Interface OciCircuitBreaker.Config

  • Enclosing interface:
    OciCircuitBreaker

    public static interface OciCircuitBreaker.Config
    • Method Detail

      • isWritableStackTraceEnabled

        boolean isWritableStackTraceEnabled()
      • getFailureRateThreshold

        float getFailureRateThreshold()
      • getSlidingWindowSize

        int getSlidingWindowSize()
      • getMinimumNumberOfCalls

        int getMinimumNumberOfCalls()
      • getPermittedNumberOfCallsInHalfOpenState

        int getPermittedNumberOfCallsInHalfOpenState()
      • getSlowCallRateThreshold

        float getSlowCallRateThreshold()
      • getSlowCallDurationThreshold

        Duration getSlowCallDurationThreshold()