StashOverflowStrategy

org.apache.pekko.persistence.StashOverflowStrategy
sealed trait StashOverflowStrategy

This defines how to handle the current received message which failed to stash, when the size of Stash exceeding the capacity of Stash.

Attributes

Source
PersistentActor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article