|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.actor.DeadLetter
public class DeadLetter
When a message is sent to an Actor that is terminated before receiving the message, it will be sent as a DeadLetter to the ActorSystem's EventStream
Constructor Summary | |
---|---|
DeadLetter(java.lang.Object message,
ActorRef sender,
ActorRef recipient)
|
Method Summary | |
---|---|
java.lang.Object |
message()
|
ActorRef |
recipient()
|
ActorRef |
sender()
|
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 |
---|
public DeadLetter(java.lang.Object message, ActorRef sender, ActorRef recipient)
Method Detail |
---|
public java.lang.Object message()
message
in interface AllDeadLetters
public ActorRef sender()
sender
in interface AllDeadLetters
public ActorRef recipient()
recipient
in interface AllDeadLetters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |