Package akka.persistence
Interface StashOverflowStrategyConfigurator
- 
- All Known Implementing Classes:
- DiscardConfigurator,- ThrowExceptionConfigurator
 
 public interface StashOverflowStrategyConfiguratorImplement 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StashOverflowStrategycreate(com.typesafe.config.Config config)
 
- 
- 
- 
Method Detail- 
createStashOverflowStrategy create(com.typesafe.config.Config config) 
 
- 
 
-