Click or drag to resize
Akka.NETIPersistenceStashInternalStashOverflowStrategy Property
The returned IStashOverflowStrategy object determines how to handle the message failed to stash when the internal Stash capacity exceeded.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IStashOverflowStrategy InternalStashOverflowStrategy { get; }

Property Value

Type: IStashOverflowStrategy
See Also