Uses of Enum Class
cloud.opencode.base.cache.protection.CircuitBreaker.State
Packages that use CircuitBreaker.State
-
Uses of CircuitBreaker.State in cloud.opencode.base.cache.protection
Subclasses with type arguments of type CircuitBreaker.State in cloud.opencode.base.cache.protectionMethods in cloud.opencode.base.cache.protection that return CircuitBreaker.StateModifier and TypeMethodDescriptionCircuitBreaker.getState()Get current state 获取当前状态static CircuitBreaker.StateReturns the enum constant of this class with the specified name.static CircuitBreaker.State[]CircuitBreaker.State.values()Returns an array containing the constants of this enum class, in the order they are declared.