Uses of Class
io.github.teceli.resiliencia.patterns.circuitbreaker.CircuitBreakerOpenException
Packages that use CircuitBreakerOpenException
-
Uses of CircuitBreakerOpenException in io.github.teceli.resiliencia.patterns.circuitbreaker
Methods in io.github.teceli.resiliencia.patterns.circuitbreaker that return CircuitBreakerOpenExceptionModifier and TypeMethodDescriptionstatic CircuitBreakerOpenExceptionCircuitBreakerOpenException.forHalfOpenState(String name) A rejection while the circuit is HalfOpen, because every permitted test call has already been issued.static CircuitBreakerOpenExceptionCircuitBreakerOpenException.forOpenState(String name, Instant openSince, Duration remainingWait) A rejection while the circuit is Open, carrying when it opened and how much longer it will stay Open before a HalfOpen test call is attempted.