| IStashOverflowStrategy 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.129 (1.2.3.129)
Syntax public interface IStashOverflowStrategy
type IStashOverflowStrategy = interface end
See Also