Package akka.event.japi
-
Interface Summary Interface Description EventBus<E,S,C> Java API: See documentation forEventBusE is the Event type S is the Subscriber type C is the Classifier type -
Class Summary Class Description LookupEventBus<E,S,C> Java API: See documentation forLookupClassificationE is the Event type S is the Subscriber type C is the Classifier typeManagedActorEventBus<E> Java API: See documentation forManagedActorClassificationAn EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef Means that ActorRefs "listen" to other ActorRefs E is the Event typeScanningEventBus<E,S,C> Java API: See documentation forScanningClassificationE is the Event type S is the Subscriber type C is the Classifier typeSubchannelEventBus<E,S,C> Java API: See documentation forSubchannelClassificationE is the Event type S is the Subscriber type C is the Classifier type