Interface | Description |
---|---|
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 | Description |
---|---|
ActorEventBus<E> | Deprecated
Use ManagedActorEventBus instead.
|
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 |
ManagedActorEventBus<E> |
Java API: See documentation for
ManagedActorClassification
An EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef
Means that ActorRefs "listen" to other ActorRefs
E is the Event type |
ScanningEventBus<E,S,C> |
Java API: See documentation for
ScanningClassification
E is the Event type
S is the Subscriber type
C is the Classifier type |
SubchannelEventBus<E,S,C> |
Java API: See documentation for
SubchannelClassification
E is the Event type
S is the Subscriber type
C is the Classifier type |