Class 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 the akka.actor.typed.ActorSystem.eventStream.
      static class  EventStream.Publish<E>
      Publish an event of type E by sending this command to the akka.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 the akka.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 the akka.actor.typed.ActorSystem.eventStream.
      static class  EventStream.Unsubscribe$  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventStream()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventStream

        public EventStream()