Click or drag to resize
Akka.NETIStashOverflowStrategy Interface
This defines how to handle the current received message which failed to stash, when the size of the Stash exceeding the capacity of the Stash.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IStashOverflowStrategy
See Also