akka.event.japi
Class LookupEventBus<E,S,C>

java.lang.Object
  extended by akka.event.japi.LookupEventBus<E,S,C>
All Implemented Interfaces:
EventBus, LookupClassification

public abstract class LookupEventBus<E,S,C>
extends java.lang.Object
implements EventBus, LookupClassification

See documentation for LookupClassification E is the Event type S is the Subscriber type C is the Classifier type


Constructor Summary
LookupEventBus()
           
 
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.EventBus
publish, subscribe, unsubscribe, unsubscribe
 
Methods inherited from interface akka.event.LookupClassification
classify, compareSubscribers, mapSize, publish, publish, subscribe, subscribers, unsubscribe, unsubscribe
 

Constructor Detail

LookupEventBus

public LookupEventBus()