Packages

object Kill extends Kill with Product with Serializable

A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException, which will trigger supervision.

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

Value Members

  1. def getInstance: Kill.type

    Java API: get the singleton instance