Package akka.actor.typed.eventstream
Class EventStream
- java.lang.Object
-
- akka.actor.typed.eventstream.EventStream
-
public class EventStream extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EventStream.Command
The set of commands accepted by theakka.actor.typed.ActorSystem.eventStream
.static class
EventStream.Publish<E>
Publish an event of type E by sending this command to theakka.actor.typed.ActorSystem.eventStream
.static class
EventStream.Publish$
static class
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
.static class
EventStream.Subscribe$
static class
EventStream.Unsubscribe<E>
Unsubscribe all subscriptions created by this actor from the event stream by sending this command to theakka.actor.typed.ActorSystem.eventStream
.static class
EventStream.Unsubscribe$
-
Constructor Summary
Constructors Constructor Description EventStream()
-