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

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

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

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


Constructor Summary
SubchannelEventBus()
           
 
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.SubchannelClassification
addToCache, cache, classify, publish, publish, removeFromCache, subclassification, subscribe, subscriptions, unsubscribe, unsubscribe
 

Constructor Detail

SubchannelEventBus

public SubchannelEventBus()