Package org.apache.pekko.actor.typed.eventstream
package org.apache.pekko.actor.typed.eventstream
-
ClassDescriptionThe set of commands accepted by the
pekko.actor.typed.ActorSystem.eventStream.Publish an event of type E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.Subscribe a typed actor to listen for types or subtypes of E by sending this command to thepekko.actor.typed.ActorSystem.eventStream.Unsubscribe an actor ref from the event stream by sending this command to thepekko.actor.typed.ActorSystem.eventStream.