|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.ActorRef
akka.actor.InternalActorRef
akka.actor.EmptyLocalActorRef
akka.actor.DeadLetterActorRef
public class DeadLetterActorRef
Internal implementation of the dead letter destination: will publish any
received message to the eventStream, wrapped as DeadLetter
.
INTERNAL API
Nested Class Summary | |
---|---|
static class |
DeadLetterActorRef.SerializedDeadLetterActorRef
|
Constructor Summary | |
---|---|
DeadLetterActorRef(ActorRefProvider _provider,
ActorPath _path,
EventStream _eventStream)
|
Method Summary | |
---|---|
static DeadLetterActorRef.SerializedDeadLetterActorRef |
serialized()
|
protected boolean |
specialHandle(java.lang.Object msg,
ActorRef sender)
|
protected java.lang.Object |
writeReplace()
|
Methods inherited from class akka.actor.EmptyLocalActorRef |
---|
eventStream, isTerminated, path, provider, sendSystemMessage |
Methods inherited from class akka.actor.InternalActorRef |
---|
getChild, getParent, isLocal, restart, resume, start, stop, suspend |
Methods inherited from class akka.actor.ActorRef |
---|
compareTo, equals, forward, hashCode, noSender, tell, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface akka.actor.MinimalActorRef |
---|
getChild, getParent, restart, resume, start, stop, suspend |
Methods inherited from interface akka.actor.LocalRef |
---|
isLocal |
Constructor Detail |
---|
public DeadLetterActorRef(ActorRefProvider _provider, ActorPath _path, EventStream _eventStream)
Method Detail |
---|
public static DeadLetterActorRef.SerializedDeadLetterActorRef serialized()
protected boolean specialHandle(java.lang.Object msg, ActorRef sender)
specialHandle
in class EmptyLocalActorRef
protected java.lang.Object writeReplace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |