case object PoisonPill extends PoisonPill with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PoisonPill
- Product
- Equals
- PoisonPill
- DeadLetterSuppression
- PossiblyHarmful
- AutoReceivedMessage
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: PoisonPill
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
A message all Actors will understand, that when processed will terminate the Actor permanently.