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 DeadLetterActorRef.SerializedDeadLetterActorRef |
serialized() |
protected boolean |
specialHandle(java.lang.Object msg,
ActorRef sender) |
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()
protected boolean specialHandle(java.lang.Object msg, ActorRef sender)
specialHandle
in class EmptyLocalActorRef
protected java.lang.Object writeReplace()