akka.event.japi
Class ActorEventBus<E>

java.lang.Object
  extended by akka.event.japi.ActorEventBus<E>
All Implemented Interfaces:
ActorClassification, ActorClassifier, ActorEventBus, EventBus

public abstract class ActorEventBus<E>
extends java.lang.Object
implements ActorEventBus, ActorClassification, ActorClassifier

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


Constructor Summary
ActorEventBus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.event.ActorEventBus
compareSubscribers
 
Methods inherited from interface akka.event.EventBus
publish, subscribe, unsubscribe, unsubscribe
 
Methods inherited from interface akka.event.ActorClassification
associate, classify, dissociate, dissociate, empty, mappings, mapSize, publish, subscribe, unsubscribe, unsubscribe
 

Constructor Detail

ActorEventBus

public ActorEventBus()