C H I O R V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CircuitBreakerMaintenance - Interface in io.smallrye.faulttolerance.api
-
Allows reading current state of circuit breakers and reseting them to the initial (closed) state.
- CircuitBreakerName - Annotation Type in io.smallrye.faulttolerance.api
-
A
@CircuitBreakermethod can be annotated@CircuitBreakerNameto provide a name for the circuit breaker associated with the annotated method. - CircuitBreakerState - Enum in io.smallrye.faulttolerance.api
- CLOSED - io.smallrye.faulttolerance.api.CircuitBreakerState
- currentState(String) - Method in interface io.smallrye.faulttolerance.api.CircuitBreakerMaintenance
-
Returns current state of the circuit breaker with given
name.
H
- HALF_OPEN - io.smallrye.faulttolerance.api.CircuitBreakerState
I
- io.smallrye.faulttolerance.api - package io.smallrye.faulttolerance.api
O
- OPEN - io.smallrye.faulttolerance.api.CircuitBreakerState
R
- reset(String) - Method in interface io.smallrye.faulttolerance.api.CircuitBreakerMaintenance
-
Resets the circuit breaker with given
nameto the initial (closed) state. - resetAll() - Method in interface io.smallrye.faulttolerance.api.CircuitBreakerMaintenance
-
Resets all circuit breakers (including those without a name) in the application to the initial (closed) state.
V
- value() - Method in annotation type io.smallrye.faulttolerance.api.CircuitBreakerName
- valueOf(String) - Static method in enum io.smallrye.faulttolerance.api.CircuitBreakerState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.smallrye.faulttolerance.api.CircuitBreakerState
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages