Topic |
A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.
|
Topic.GetTopicStats$ |
Scala API: Get a summary of the state for a local topic actor.
|
Topic.Publish$ |
Scala API: Publish the message to all currently known subscribers.
|
Topic.Subscribe$ |
Scala API: Subscribe to this topic.
|
Topic.Unsubscribe$ |
Scala API: Unsubscribe a previously subscribed actor from this topic.
|
Topic$ |
A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.
|