Packages

case 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. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def getInstance: Kill

    Java API: get the singleton instance

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