Package akka.actor.typed.eventstream
-
Interface Summary Interface Description EventStream.Command The set of commands accepted by theakka.actor.typed.ActorSystem.eventStream
. -
Class Summary Class Description EventStream EventStream.Publish<E> Publish an event of type E by sending this command to theakka.actor.typed.ActorSystem.eventStream
.EventStream.Publish$ EventStream.Subscribe<E> Subscribe a typed actor to listen for types and subtypes of E by sending this command to theakka.actor.typed.ActorSystem.eventStream
.EventStream.Subscribe$ EventStream.Unsubscribe<E> Unsubscribe all subscriptions created by this actor from the event stream by sending this command to theakka.actor.typed.ActorSystem.eventStream
.EventStream.Unsubscribe$ EventStream$