Package akka.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.