| IPersistenceStashInternalStashOverflowStrategy 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.129 (1.2.3.129)
Syntax IStashOverflowStrategy InternalStashOverflowStrategy { get; }
abstract InternalStashOverflowStrategy : IStashOverflowStrategy with get
Property Value
Type:
IStashOverflowStrategySee Also