akka.actor
Interface AllDeadLetters

All Known Implementing Classes:
DeadLetter, SuppressedDeadLetter

public interface AllDeadLetters

Subscribe to this class to be notified about all DeadLetters (also the supressed ones).


Method Summary
 java.lang.Object message()
           
 ActorRef recipient()
           
 ActorRef sender()
           
 

Method Detail

message

java.lang.Object message()

sender

ActorRef sender()

recipient

ActorRef recipient()