Packages

c

akka.actor

Terminated

final case class Terminated extends AutoReceivedMessage with PossiblyHarmful with DeadLetterSuppression with NoSerializationVerificationNeeded with Product with Serializable

When Death Watch is used, the watcher will receive a Terminated(watched) message when watched is terminated. Terminated message can't be forwarded to another actor, since that actor might not be watching the subject. Instead, if you need to forward Terminated to another actor you should send the information in your own message.

Annotations
@SerialVersionUID()
Source
Actor.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Terminated
  2. Product
  3. Equals
  4. NoSerializationVerificationNeeded
  5. DeadLetterSuppression
  6. PossiblyHarmful
  7. AutoReceivedMessage
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val actor: ActorRef
  2. val addressTerminated: Boolean
  3. val existenceConfirmed: Boolean
  4. def getActor(): ActorRef
  5. def getAddressTerminated(): Boolean
  6. def getExistenceConfirmed(): Boolean