Interface CircuitBreakerOperations
- All Superinterfaces:
RetryOperations
Programmatic circuit breaker operations.
- Since:
- 5.0.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current circuit state for this operations instance.Methods inherited from interface RetryOperations
execute, executeCompletionStage, executePublisher
-
Method Details
-
currentState
CircuitState currentState()Returns the current circuit state for this operations instance.- Returns:
- The current circuit state
-