Package org.apache.pekko.actor
Interface AllDeadLetters
- All Superinterfaces:
WrappedMessage
- All Known Implementing Classes:
DeadLetter,Dropped,SuppressedDeadLetter,UnhandledMessage
Subscribe to this class to be notified about all
DeadLetter (also the suppressed ones)
and Dropped.
Not for user extension
-
Method Summary
-
Method Details
-
message
Object message()- Specified by:
messagein interfaceWrappedMessage
-
recipient
ActorRef recipient() -
sender
ActorRef sender()
-