Package org.apache.pekko.actor.typed.eventstream
-
Interface Summary Interface Description EventStream.Command The set of commands accepted by thepekko.actor.typed.ActorSystem.eventStream
. -
Class Summary Class Description EventStream EventStream.Publish<E> Publish an event of type E by sending this command to thepekko.actor.typed.ActorSystem.eventStream
.EventStream.Publish$ EventStream.Subscribe<E> Subscribe a typed actor to listen for types or subtypes of E by sending this command to thepekko.actor.typed.ActorSystem.eventStream
.EventStream.Subscribe$ EventStream.Unsubscribe<E> Unsubscribe an actor ref from the event stream by sending this command to thepekko.actor.typed.ActorSystem.eventStream
.EventStream.Unsubscribe$ EventStream$