ThrowOverflowExceptionStrategy
org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
case object ThrowOverflowExceptionStrategy extends StashOverflowStrategy
Throw pekko.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.
Attributes
- Source
- PersistentActor.scala
- Graph
-
- Supertypes
- Self type
Members list
In this article