Packages

case object PoisonPill extends PoisonPill with Product with Serializable

A message all Actors will understand, that when processed will terminate the Actor permanently.

Annotations
@SerialVersionUID()
Source
Actor.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PoisonPill
  2. Product
  3. Equals
  4. PoisonPill
  5. DeadLetterSuppression
  6. PossiblyHarmful
  7. AutoReceivedMessage
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def getInstance: PoisonPill

    Java API: get the singleton instance

  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product