Uses of Class
fish.payara.microprofile.faulttolerance.state.CircuitBreakerState.CircuitState
-
Packages that use CircuitBreakerState.CircuitState Package Description fish.payara.microprofile.faulttolerance.state -
-
Uses of CircuitBreakerState.CircuitState in fish.payara.microprofile.faulttolerance.state
Methods in fish.payara.microprofile.faulttolerance.state that return CircuitBreakerState.CircuitState Modifier and Type Method Description CircuitBreakerState.CircuitStateCircuitBreakerState. getCircuitState()Gets the current circuit state.static CircuitBreakerState.CircuitStateCircuitBreakerState.CircuitState. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerState.CircuitState[]CircuitBreakerState.CircuitState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fish.payara.microprofile.faulttolerance.state with parameters of type CircuitBreakerState.CircuitState Modifier and Type Method Description voidCircuitBreakerState. setCircuitState(CircuitBreakerState.CircuitState circuitState)Sets the CircuitBreaker state to the provided enum value.longCircuitBreakerState. updateAndGet(CircuitBreakerState.CircuitState circuitState)Updates if the current state equals the provided and returns the amount of nanos.
-