Package akka.actor
Interface SupervisorStrategyConfigurator
- 
- All Known Implementing Classes:
 DefaultSupervisorStrategy,StoppingSupervisorStrategy
public interface SupervisorStrategyConfiguratorImplement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupervisorStrategycreate() 
 - 
 
- 
- 
Method Detail
- 
create
SupervisorStrategy create()
 
 - 
 
 -