Trait

akka.event

ManagedActorClassification

Related Doc: package event

Permalink

trait ManagedActorClassification extends AnyRef

Maps ActorRefs to ActorRefs to form an EventBus where ActorRefs can listen to other ActorRefs.

All subscribers will be watched by an akka.event.ActorClassificationUnsubscriber and unsubscribed when they terminate. The unsubscriber actor will not be stopped automatically, and if you want to stop using the bus you should stop it yourself.

Self Type
ManagedActorClassification with ActorEventBus with ActorClassifier
Source
EventBus.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagedActorClassification
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def classify(event: (ManagedActorClassification.this)#Event): (ManagedActorClassification.this)#Classifier

    Permalink

    Returns the Classifier associated with the specified Event

    Returns the Classifier associated with the specified Event

    Attributes
    protected
  2. abstract def mapSize: Int

    Permalink

    This is a size hint for the number of Classifiers you expect to have (use powers of 2)

    This is a size hint for the number of Classifiers you expect to have (use powers of 2)

    Attributes
    protected
  3. abstract def system: ActorSystem

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to any2stringadd[ManagedActorClassification] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ManagedActorClassification, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to ArrowAssoc[ManagedActorClassification] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def associate(monitored: ActorRef, monitor: ActorRef): Boolean

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def dissociate(monitored: ActorRef, monitor: ActorRef): Boolean

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  10. final def dissociate(actor: ActorRef): Unit

    Permalink
    Attributes
    protected
  11. def ensuring(cond: (ManagedActorClassification) ⇒ Boolean, msg: ⇒ Any): ManagedActorClassification

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to Ensuring[ManagedActorClassification] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ManagedActorClassification) ⇒ Boolean): ManagedActorClassification

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to Ensuring[ManagedActorClassification] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ManagedActorClassification

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to Ensuring[ManagedActorClassification] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ManagedActorClassification

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to Ensuring[ManagedActorClassification] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to StringFormat[ManagedActorClassification] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def publish(event: (ManagedActorClassification.this)#Event): Unit

    Permalink
  25. def subscribe(subscriber: (ManagedActorClassification.this)#Subscriber, to: (ManagedActorClassification.this)#Classifier): Boolean

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def unsubscribe(subscriber: (ManagedActorClassification.this)#Subscriber): Unit

    Permalink
  29. def unsubscribe(subscriber: (ManagedActorClassification.this)#Subscriber, from: (ManagedActorClassification.this)#Classifier): Boolean

    Permalink
  30. lazy val unsubscriber: ActorRef

    Permalink

    The unsubscriber takes care of unsubscribing actors, which have terminated.

    The unsubscriber takes care of unsubscribing actors, which have terminated.

    Attributes
    protected
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (ManagedActorClassification, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManagedActorClassification to ArrowAssoc[ManagedActorClassification] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ManagedActorClassification to any2stringadd[ManagedActorClassification]

Inherited by implicit conversion StringFormat from ManagedActorClassification to StringFormat[ManagedActorClassification]

Inherited by implicit conversion Ensuring from ManagedActorClassification to Ensuring[ManagedActorClassification]

Inherited by implicit conversion ArrowAssoc from ManagedActorClassification to ArrowAssoc[ManagedActorClassification]

Ungrouped