| IDeadLetterSuppression Interface |
Use with caution: Messages extending this trait will not be logged by the default dead-letters listener.
Instead they will be wrapped as
SuppressedDeadLetter and may be subscribed for explicitly.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public interface IDeadLetterSuppression
type IDeadLetterSuppression = interface end
See Also