circuitBreakerThreshold property

int circuitBreakerThreshold
final

The number of consecutive failures of essential targets before the circuit breaker opens.

A value of 0 disables the circuit breaker mechanism.

Implementation

final int circuitBreakerThreshold;