Package org.apache.camel.spi
Interface CircuitBreakerConstants
public interface CircuitBreakerConstants
-
Field Details
-
RESPONSE_SUCCESSFUL_EXECUTION
@Metadata(label="circuitBreaker", description="Whether the exchange was processed successfully by the circuit breaker", javaType="boolean") static final String RESPONSE_SUCCESSFUL_EXECUTION- See Also:
-
RESPONSE_FROM_FALLBACK
@Metadata(label="circuitBreaker", description="Whether the exchange was processed by the onFallback by the circuit breaker", javaType="boolean") static final String RESPONSE_FROM_FALLBACK- See Also:
-
RESPONSE_SHORT_CIRCUITED
@Metadata(label="circuitBreaker", description="Whether the exchange was short circuited by the breaker", javaType="boolean") static final String RESPONSE_SHORT_CIRCUITED- See Also:
-
RESPONSE_TIMED_OUT
@Metadata(label="circuitBreaker", description="Whether the exchange timed out during processing by the circuit breaker", javaType="boolean") static final String RESPONSE_TIMED_OUT- See Also:
-
RESPONSE_REJECTED
@Metadata(label="circuitBreaker", description="Whether the circuit breaker rejected processing the exchange", javaType="boolean") static final String RESPONSE_REJECTED- See Also:
-
RESPONSE_IGNORED
@Metadata(label="circuitBreaker", description="Whether the circuit breaker ignored an exception during processing", javaType="boolean") static final String RESPONSE_IGNORED- See Also:
-
RESPONSE_STATE
@Metadata(label="circuitBreaker", description="The state of the circuit breaker", javaType="String", enums="CLOSED,OPEN,FORCED_OPEN,HALF_OPEN") static final String RESPONSE_STATE- See Also:
-