akka.actor
Class AddressTerminated

java.lang.Object
  extended by akka.actor.AddressTerminated
All Implemented Interfaces:
AutoReceivedMessage, DeadLetterSuppression, PossiblyHarmful, java.io.Serializable, scala.Equals, scala.Product

public class AddressTerminated
extends java.lang.Object
implements AutoReceivedMessage, PossiblyHarmful, DeadLetterSuppression, scala.Product, scala.Serializable

INTERNAL API

Used for remote death watch. Failure detector publish this to the AddressTerminatedTopic when a remote node is detected to be unreachable and/or decided to be removed. The watcher (DeathWatch) subscribes to the AddressTerminatedTopic and translates this event to Terminated, which is sent itself.

See Also:
Serialized Form

Constructor Summary
AddressTerminated(Address address)
           
 
Method Summary
 Address address()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

AddressTerminated

public AddressTerminated(Address address)
Method Detail

address

public Address address()