public final class DeathWatchNotification extends java.lang.Object implements SystemMessage, DeadLetterSuppression, scala.Product, scala.Serializable
Constructor and Description |
---|
DeathWatchNotification(ActorRef actor,
boolean existenceConfirmed,
boolean addressTerminated) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
actor() |
boolean |
addressTerminated() |
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
boolean |
existenceConfirmed() |
static void |
next_$eq(SystemMessage x$1) |
SystemMessage |
next() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
static void |
unlink() |
static boolean |
unlinked() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unlink, unlinked
public DeathWatchNotification(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
public static void next_$eq(SystemMessage x$1)
public static void unlink()
public static boolean unlinked()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public SystemMessage next()
next
in interface SystemMessage
public ActorRef actor()
public boolean existenceConfirmed()
public boolean addressTerminated()