case object ThrowOverflowExceptionStrategy extends StashOverflowStrategy with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrowOverflowExceptionStrategy
- Serializable
- Product
- Equals
- StashOverflowStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: ThrowOverflowExceptionStrategy
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Throw akka.actor.StashOverflowException, hence the persistent actor will starting recovery if guarded by default supervisor strategy. Be carefully if used together with persist/persistAll or has many messages needed to replay.