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.
Assembly: Akka.Persistence.dll
Syntax
public interface IStashOverflowStrategyConfigurator
Methods
|
Edit this page
View Source
Create(Config)
Declaration
IStashOverflowStrategy Create(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Returns
Extension Methods