Uses of Class
io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreakerEvents.Finished
-
Packages that use CircuitBreakerEvents.Finished Package Description io.smallrye.faulttolerance.core.circuit.breaker -
-
Uses of CircuitBreakerEvents.Finished in io.smallrye.faulttolerance.core.circuit.breaker
Methods in io.smallrye.faulttolerance.core.circuit.breaker that return CircuitBreakerEvents.Finished Modifier and Type Method Description static CircuitBreakerEvents.FinishedCircuitBreakerEvents.Finished. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerEvents.Finished[]CircuitBreakerEvents.Finished. values()Returns an array containing the constants of this enum type, in the order they are declared.
-