slidingWindow
Parameters
slidingWindow
the sliding window used to record the result (success or failure) of calls and calculate the failure rate. Even if the failureRateThreshold is exceeded, the circuit breaker will not transition to the Open state if the number of calls recorded in the sliding window is less than this value.