Interface CircuitBreakerOperations

All Superinterfaces:
RetryOperations

public interface CircuitBreakerOperations extends RetryOperations
Programmatic circuit breaker operations.
Since:
5.0.0
Author:
graemerocher
  • Method Details

    • currentState

      CircuitState currentState()
      Returns the current circuit state for this operations instance.
      Returns:
      The current circuit state