Interface SupervisorStrategy.RestartOrBackoff

  • Enclosing class:
    SupervisorStrategy

    public static interface SupervisorStrategy.RestartOrBackoff
    INTERNAL API
    • Method Detail

      • loggingEnabled

        boolean loggingEnabled()
      • maxRestarts

        int maxRestarts()
      • stashCapacity

        int stashCapacity()
      • stopChildren

        boolean stopChildren()
      • unlimitedRestarts

        boolean unlimitedRestarts()