public class DeadLetterActorRef extends EmptyLocalActorRef
DeadLetter
.
INTERNAL API
Modifier and Type | Class and Description |
---|---|
static class |
DeadLetterActorRef.SerializedDeadLetterActorRef |
Constructor and Description |
---|
DeadLetterActorRef(ActorRefProvider _provider,
ActorPath _path,
EventStream _eventStream) |
Modifier and Type | Method and Description |
---|---|
static void |
$bang(java.lang.Object message,
ActorRef sender) |
static ActorRef |
$bang$default$2(java.lang.Object message) |
static int |
compareTo(ActorRef other) |
static boolean |
equals(java.lang.Object that) |
static EventStream |
eventStream() |
static void |
forward(java.lang.Object message,
ActorContext context) |
static InternalActorRef |
getChild(scala.collection.Iterator<java.lang.String> names) |
static InternalActorRef |
getParent() |
static int |
hashCode() |
abstract static boolean |
isLocal() |
static boolean |
isTerminated() |
static ActorPath |
path() |
static ActorRefProvider |
provider() |
static void |
restart(java.lang.Throwable cause) |
static void |
resume(java.lang.Throwable causedByFailure) |
static void |
sendSystemMessage(SystemMessage message) |
static DeadLetterActorRef.SerializedDeadLetterActorRef |
serialized() |
protected boolean |
specialHandle(java.lang.Object msg,
ActorRef sender) |
static void |
start() |
static void |
stop() |
static void |
suspend() |
static void |
tell(java.lang.Object msg,
ActorRef sender) |
static java.lang.String |
toString() |
protected java.lang.Object |
writeReplace() |
eventStream, isTerminated, path, provider, sendSystemMessage
getChild, getParent, isLocal, restart, resume, start, stop, suspend
compareTo, equals, forward, hashCode, noSender, tell, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public DeadLetterActorRef(ActorRefProvider _provider, ActorPath _path, EventStream _eventStream)
public static DeadLetterActorRef.SerializedDeadLetterActorRef serialized()
public static final int compareTo(ActorRef other)
public static final void tell(java.lang.Object msg, ActorRef sender)
public static void forward(java.lang.Object message, ActorContext context)
public static final int hashCode()
public static final boolean equals(java.lang.Object that)
public static java.lang.String toString()
public abstract static boolean isLocal()
public static InternalActorRef getParent()
public static InternalActorRef getChild(scala.collection.Iterator<java.lang.String> names)
public static void start()
public static void suspend()
public static void resume(java.lang.Throwable causedByFailure)
public static void stop()
public static void restart(java.lang.Throwable cause)
public static ActorRefProvider provider()
public static ActorPath path()
public static EventStream eventStream()
public static boolean isTerminated()
public static void sendSystemMessage(SystemMessage message)
public static void $bang(java.lang.Object message, ActorRef sender)
public static ActorRef $bang$default$2(java.lang.Object message)
protected boolean specialHandle(java.lang.Object msg, ActorRef sender)
specialHandle
in class EmptyLocalActorRef
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException