Package akka.persistence
Interface StashOverflowStrategyConfigurator
-
- All Known Implementing Classes:
DiscardConfigurator
,ThrowExceptionConfigurator
public interface StashOverflowStrategyConfigurator
Implement this interface in order to configure the stashOverflowStrategy for the internal stash of persistent actor. An instance of this class must be instantiable using a no-arg constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StashOverflowStrategy
create(com.typesafe.config.Config config)
-
-
-
Method Detail
-
create
StashOverflowStrategy create(com.typesafe.config.Config config)
-
-