Class EventStream
java.lang.Object
org.apache.pekko.actor.typed.eventstream.EventStream
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe set of commands accepted by thepekko.actor.typed.ActorSystem.eventStream.static final classPublish an event of type E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static classstatic final classSubscribe a typed actor to listen for types or subtypes of E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static classstatic final classUnsubscribe an actor ref from the event stream by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EventStream
public EventStream()
-