Class EventStream
- java.lang.Object
-
- org.apache.pekko.actor.typed.eventstream.EventStream
-
public class EventStream extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventStream.CommandThe set of commands accepted by thepekko.actor.typed.ActorSystem.eventStream.static classEventStream.Publish<E>Publish an event of type E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static classEventStream.Publish$static classEventStream.Subscribe<E>Subscribe a typed actor to listen for types or subtypes of E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static classEventStream.Subscribe$static classEventStream.Unsubscribe<E>Unsubscribe an actor ref from the event stream by sending this command to thepekko.actor.typed.ActorSystem.eventStream.static classEventStream.Unsubscribe$
-
Constructor Summary
Constructors Constructor Description EventStream()
-