akka.event

japi

package japi

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ActorEventBus[E] extends ActorEventBus with ActorClassification with 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

  2. abstract class LookupEventBus[E, S, C] extends EventBus with LookupClassification

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

  3. abstract class ScanningEventBus[E, S, C] extends EventBus with ScanningClassification

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

  4. abstract class SubchannelEventBus[E, S, C] extends EventBus with SubchannelClassification

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