Package akka.actor
Interface AllDeadLetters
- 
- All Superinterfaces:
 WrappedMessage
- All Known Implementing Classes:
 DeadLetter,Dropped,SuppressedDeadLetter,UnhandledMessage
public interface AllDeadLetters extends WrappedMessage
Subscribe to this class to be notified about allDeadLetter(also the suppressed ones) andDropped.Not for user extension
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectmessage()ActorRefrecipient()ActorRefsender() 
 - 
 
- 
- 
Method Detail
- 
message
java.lang.Object message()
- Specified by:
 messagein interfaceWrappedMessage
 
- 
recipient
ActorRef recipient()
 
- 
sender
ActorRef sender()
 
 - 
 
 -