Interface BackendContract.UpdateStages.WithCircuitBreaker

All Known Subinterfaces:
BackendContract.Update
Enclosing interface:
BackendContract.UpdateStages

public static interface BackendContract.UpdateStages.WithCircuitBreaker
The stage of the BackendContract update allowing to specify circuitBreaker.
  • Method Details

    • withCircuitBreaker

      BackendContract.Update withCircuitBreaker(BackendCircuitBreaker circuitBreaker)
      Specifies the circuitBreaker property: Backend Circuit Breaker Configuration.
      Parameters:
      circuitBreaker - Backend Circuit Breaker Configuration.
      Returns:
      the next definition stage.