Uses of Class
com.guinetik.rr.http.CircuitBreakerClient.State
-
Packages that use CircuitBreakerClient.State Package Description com.guinetik.rr.http -
-
Uses of CircuitBreakerClient.State in com.guinetik.rr.http
Methods in com.guinetik.rr.http that return CircuitBreakerClient.State Modifier and Type Method Description CircuitBreakerClient.StateCircuitBreakerClient. getState()Gets current circuit breaker statestatic CircuitBreakerClient.StateCircuitBreakerClient.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerClient.State[]CircuitBreakerClient.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-