Packages

package japi

Type Members

  1. trait EventBus [E, S, C] extends AnyRef

    Java API: See documentation for akka.event.EventBus E is the Event type S is the Subscriber type C is the Classifier type

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

    Java API: See documentation for akka.event.LookupClassification E is the Event type S is the Subscriber type C is the Classifier type

  3. abstract class ManagedActorEventBus [E] extends EventBus[E, ActorRef, ActorRef]

    Java API: See documentation for akka.event.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

  4. abstract class ScanningEventBus [E, S, C] extends EventBus[E, S, C]

    Java API: See documentation for akka.event.ScanningClassification E is the Event type S is the Subscriber type C is the Classifier type

  5. abstract class SubchannelEventBus [E, S, C] extends EventBus[E, S, C]

    Java API: See documentation for akka.event.SubchannelClassification E is the Event type S is the Subscriber type C is the Classifier type

  6. abstract class ActorEventBus [E] extends EventBus[E, ActorRef, ActorRef]

    Java API: See documentation for akka.event.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

    Java API: See documentation for akka.event.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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use ManagedActorEventBus instead

Ungrouped