Package akka.event.japi

Interface Summary
EventBus<E,S,C> Java API: See documentation for EventBus E is the Event type S is the Subscriber type C is the Classifier type
 

Class Summary
ActorEventBus<E> See documentation for ActorClassification An EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef Means that ActorRefs "listen" to other ActorRefs E is the Event type
LookupEventBus<E,S,C> Java API: See documentation for LookupClassification E is the Event type S is the Subscriber type C is the Classifier type
ScanningEventBus<E,S,C> See documentation for ScanningClassification E is the Event type S is the Subscriber type C is the Classifier type
SubchannelEventBus<E,S,C> See documentation for SubchannelClassification E is the Event type S is the Subscriber type C is the Classifier type