Package akka.persistence
Class ThrowExceptionConfigurator
- java.lang.Object
-
- akka.persistence.ThrowExceptionConfigurator
-
- All Implemented Interfaces:
StashOverflowStrategyConfigurator
public final class ThrowExceptionConfigurator extends java.lang.Object implements StashOverflowStrategyConfigurator
-
-
Constructor Summary
Constructors Constructor Description ThrowExceptionConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowOverflowExceptionStrategy$
create(com.typesafe.config.Config config)
-
-
-
Method Detail
-
create
public ThrowOverflowExceptionStrategy$ create(com.typesafe.config.Config config)
- Specified by:
create
in interfaceStashOverflowStrategyConfigurator
-
-