Uses of Class
de.rss.fachstudie.MiSim.entities.patterns.CircuitBreakerState.BreakerState
| Package | Description |
|---|---|
| de.rss.fachstudie.MiSim.entities.patterns |
Contains implementations of resilience patterns.
|
-
Uses of CircuitBreakerState.BreakerState in de.rss.fachstudie.MiSim.entities.patterns
Methods in de.rss.fachstudie.MiSim.entities.patterns that return CircuitBreakerState.BreakerState Modifier and Type Method Description CircuitBreakerState.BreakerStateCircuitBreakerState. getState()static CircuitBreakerState.BreakerStateCircuitBreakerState.BreakerState. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerState.BreakerState[]CircuitBreakerState.BreakerState. values()Returns an array containing the constants of this enum type, in the order they are declared.