case object DiscardToDeadLetterStrategy extends StashOverflowStrategy with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiscardToDeadLetterStrategy
- Serializable
- Product
- Equals
- StashOverflowStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: DiscardToDeadLetterStrategy
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Discard the message to akka.actor.DeadLetter.