akka.actor
Interface DeadLetterSuppression

All Known Subinterfaces:
Tcp.CloseCommand, Tcp.ConnectionClosed
All Known Implementing Classes:
ActorTransportAdapter.DisassociateUnderlying, AddressTerminated, AssociationHandle.Disassociated, ClusterHeartbeatSender.Heartbeat, ClusterHeartbeatSender.HeartbeatRsp, ClusterReceptionist.Internal$.GetContacts, Controller.ClientDisconnected, DeathWatchNotification, PoisonPill, PoisonPill$, Tcp.Abort$, Tcp.Aborted$, Tcp.Close$, Tcp.Closed$, Tcp.ConfirmedClose$, 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.