Package org.apache.pekko.actor
Interface SupervisorStrategyConfigurator
- All Known Implementing Classes:
DefaultSupervisorStrategy,StoppingSupervisorStrategy
public interface SupervisorStrategyConfigurator
Implement this interface in order to configure the supervisorStrategy for
the top-level guardian actor (
/user). An instance of this class must be
instantiable using a no-arg constructor.-
Method Summary
-
Method Details
-
create
SupervisorStrategy create()
-