Class CircuitBreakerUtil
java.lang.Object
io.github.resilience4j.circuitbreaker.utils.CircuitBreakerUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisCallPermitted(CircuitBreaker circuitBreaker) Indicates whether Circuit Breaker allows any calls or not.
-
Method Details
-
isCallPermitted
Indicates whether Circuit Breaker allows any calls or not.- Parameters:
circuitBreaker- to test- Returns:
- call is permitted
-