Package akka.event.japi
-
Interface Summary Interface Description EventBus<E,S,C> Java API: See documentation forEventBus
E 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 forLookupClassification
E is the Event type S is the Subscriber type C is the Classifier typeManagedActorEventBus<E> Java API: See documentation forManagedActorClassification
An 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 forScanningClassification
E is the Event type S is the Subscriber type C is the Classifier typeSubchannelEventBus<E,S,C> Java API: See documentation forSubchannelClassification
E is the Event type S is the Subscriber type C is the Classifier type