public class SuppressedDeadLetter extends java.lang.Object implements AllDeadLetters, scala.Product, scala.Serializable
DeadLetter with the slight twist of NOT being logged by the default dead letters listener.
Messages which end up being suppressed dead letters are internal messages for which ending up as dead-letter is both expected and harmless.
It is possible to subscribe to suppressed dead letters on the ActorSystem's EventStream explicitly.
| Constructor and Description |
|---|
SuppressedDeadLetter(DeadLetterSuppression message,
ActorRef sender,
ActorRef recipient) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterSuppression |
message() |
ActorRef |
recipient() |
ActorRef |
sender() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SuppressedDeadLetter(DeadLetterSuppression message, ActorRef sender, ActorRef recipient)
public DeadLetterSuppression message()
message in interface AllDeadLetterspublic ActorRef sender()
sender in interface AllDeadLetterspublic ActorRef recipient()
recipient in interface AllDeadLetters