akka.actor
Interface DeadLetterSuppression

All Known Subinterfaces:
Tcp.ConnectionClosed
All Known Implementing Classes:
AddressTerminated, DeathWatchNotification, PoisonPill, PoisonPill$, Tcp.Aborted$, Tcp.Closed$, Tcp.ConfirmedClosed$, Tcp.ErrorClosed, Tcp.PeerClosed$, Terminate, Terminated

public interface DeadLetterSuppression

Use with caution: Messages extending this trait will not be sent to dead-letters. Instead they will be wrapped as SuppressedDeadLetter and may be subscribed for explicitly.