Package org.apache.pekko.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
-
Method Details
-
create
-