Interface SupervisorStrategy.RestartOrBackoff

Enclosing class:
SupervisorStrategy

public static interface SupervisorStrategy.RestartOrBackoff
INTERNAL API
  • Method Details

    • loggingEnabled

      boolean loggingEnabled()
    • maxRestarts

      int maxRestarts()
    • stashCapacity

      int stashCapacity()
    • stopChildren

      boolean stopChildren()
    • unlimitedRestarts

      boolean unlimitedRestarts()