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.Object
message()
ActorRef
recipient()
ActorRef
sender()
-
-
-
Method Detail
-
message
java.lang.Object message()
- Specified by:
message
in interfaceWrappedMessage
-
recipient
ActorRef recipient()
-
sender
ActorRef sender()
-
-