Click or drag to resize
Akka.NETIStashOverflowStrategyConfigurator Interface
Implement this interface in order to configure the IStashOverflowStrategy for the internal stash of the persistent actor. An instance of this class must be instantiable using a no-args constructor.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IStashOverflowStrategyConfigurator

The IStashOverflowStrategyConfigurator type exposes the following members.

Methods
  NameDescription
Public methodCreate
TBD
Top
See Also