case object Kill extends Kill with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Kill
- Product
- Equals
- Kill
- PossiblyHarmful
- AutoReceivedMessage
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException, which will trigger supervision.