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

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

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

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


Constructor Summary
ScanningEventBus()
           
 
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.ScanningClassification
compareClassifiers, compareSubscribers, matches, publish, publish, subscribe, subscribers, unsubscribe, unsubscribe
 

Constructor Detail

ScanningEventBus

public ScanningEventBus()