Interface IPersistenceStash
TBD
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public interface IPersistenceStash : IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
Properties
| Improve this Doc View SourceInternalStashOverflowStrategy
The returned IStashOverflowStrategy object determines how to handle the message failed to stash when the internal Stash capacity exceeded.
Declaration
IStashOverflowStrategy InternalStashOverflowStrategy { get; }
Property Value
Type | Description |
---|---|
IStashOverflowStrategy |