Package akka.actor.typed.pubsub
-
Interface Summary Interface Description Topic.Command<T> Not for user extension -
Class Summary Class Description Topic A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.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.