akka.actor

LocalDeathWatch

class LocalDeathWatch extends DeathWatch with ActorClassification

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LocalDeathWatch
  2. ActorClassification
  3. DeathWatch
  4. ActorClassifier
  5. ActorEventBus
  6. EventBus
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalDeathWatch(mapSize: Int)

Type Members

  1. type Classifier = ActorRef

    Definition Classes
    ActorClassifier
  2. type Event = Terminated

    Definition Classes
    DeathWatchEventBus
  3. type Subscriber = ActorRef

    Definition Classes
    ActorEventBusEventBus

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

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

    Attributes
    protected
    Definition Classes
    ActorClassification
    Annotations
    @tailrec()
  8. final def classify(event: Event): Classifier

    Attributes
    protected
    Definition Classes
    DeathWatch
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compareSubscribers(a: ActorRef, b: ActorRef): Int

    Attributes
    protected
    Definition Classes
    ActorEventBus
  11. final def dissociate(monitored: ActorRef, monitor: ActorRef): Boolean

    Attributes
    protected
    Definition Classes
    ActorClassification
    Annotations
    @tailrec()
  12. final def dissociate(monitored: ActorRef): Iterable[ActorRef]

    Attributes
    protected
    Definition Classes
    ActorClassification
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val mapSize: Int

    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)

    Definition Classes
    LocalDeathWatchActorClassification
  20. val mappings: ConcurrentHashMap[ActorRef, Vector[ActorRef]]

    Attributes
    protected
    Definition Classes
    ActorClassification
  21. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def publish(event: Event): Unit

    Publishes the specified Event to this bus

    Publishes the specified Event to this bus

    Definition Classes
    LocalDeathWatchActorClassificationEventBus
  25. def subscribe(subscriber: Subscriber, to: Classifier): Boolean

    Attempts to register the subscriber to the specified Classifier

    Attempts to register the subscriber to the specified Classifier

    returns

    true if successful and false if not (because it was already subscribed to that Classifier, or otherwise)

    Definition Classes
    LocalDeathWatchActorClassificationEventBus
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def unsubscribe(subscriber: Subscriber): Unit

    Definition Classes
    ActorClassification
  29. def unsubscribe(subscriber: Subscriber, from: Classifier): Boolean

    Definition Classes
    ActorClassification
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ActorClassification

Inherited from DeathWatch

Inherited from ActorClassifier

Inherited from ActorEventBus

Inherited from EventBus

Inherited from AnyRef

Inherited from Any