Package org.apache.camel.spi
Interface CircuitBreakerConstants
-
public interface CircuitBreakerConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESPONSE_FROM_FALLBACK
static String
RESPONSE_REJECTED
static String
RESPONSE_SHORT_CIRCUITED
static String
RESPONSE_SUCCESSFUL_EXECUTION
static String
RESPONSE_TIMED_OUT
-
-
-
Field Detail
-
RESPONSE_SUCCESSFUL_EXECUTION
static final String RESPONSE_SUCCESSFUL_EXECUTION
- See Also:
- Constant Field Values
-
RESPONSE_FROM_FALLBACK
static final String RESPONSE_FROM_FALLBACK
- See Also:
- Constant Field Values
-
RESPONSE_SHORT_CIRCUITED
static final String RESPONSE_SHORT_CIRCUITED
- See Also:
- Constant Field Values
-
RESPONSE_TIMED_OUT
static final String RESPONSE_TIMED_OUT
- See Also:
- Constant Field Values
-
RESPONSE_REJECTED
static final String RESPONSE_REJECTED
- See Also:
- Constant Field Values
-
-