Interface CircuitBreaker

    • Field Detail

      • CIRCUIT_CHECK_INTERVAL_IN_MILLIS

        static final int CIRCUIT_CHECK_INTERVAL_IN_MILLIS
        See Also:
        Constant Field Values
    • Method Detail

      • run

        <T> T run​(java.util.concurrent.Callable<T> callable)
        Type Parameters:
        T - callable generic type
        Parameters:
        callable - The callable to be run
        Returns:
        result of callable
      • getCheckIntervalMillis

        default int getCheckIntervalMillis()