Interface IStashOverflowStrategyConfigurator
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.dll
Syntax
public interface IStashOverflowStrategyConfigurator
Methods
| Improve this Doc View SourceCreate(Config)
TBD
Declaration
IStashOverflowStrategy Create(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | TBD |
Returns
Type | Description |
---|---|
IStashOverflowStrategy | TBD |