Package akka.persistence
Interface StashOverflowStrategy
-
- All Known Implementing Classes:
DiscardToDeadLetterStrategy$
,ReplyToStrategy
,ThrowOverflowExceptionStrategy$
public interface StashOverflowStrategy
This defines how to handle the current received message which failed to stash, when the size of Stash exceeding the capacity of Stash.