C H I O R V 
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 @CircuitBreaker method can be annotated @CircuitBreakerName to 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 name to 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.
C H I O R V 
All Classes All Packages