public enum ExchangePropertyKey extends Enum<ExchangePropertyKey>
Modifier and Type | Method and Description |
---|---|
static ExchangePropertyKey |
asExchangePropertyKey(String name) |
String |
getName() |
static ExchangePropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangePropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExchangePropertyKey AGGREGATED_COMPLETED_BY
public static final ExchangePropertyKey AGGREGATED_CORRELATION_KEY
public static final ExchangePropertyKey AGGREGATED_SIZE
public static final ExchangePropertyKey AGGREGATED_TIMEOUT
public static final ExchangePropertyKey AGGREGATION_COMPLETE_ALL_GROUPS
public static final ExchangePropertyKey AGGREGATION_COMPLETE_CURRENT_GROUP
public static final ExchangePropertyKey AGGREGATION_STRATEGY
public static final ExchangePropertyKey BATCH_COMPLETE
public static final ExchangePropertyKey BATCH_INDEX
public static final ExchangePropertyKey BATCH_SIZE
public static final ExchangePropertyKey CHARSET_NAME
public static final ExchangePropertyKey CIRCUIT_BREAKER_RESPONSE_SUCCESSFUL_EXECUTION
public static final ExchangePropertyKey CIRCUIT_BREAKER_RESPONSE_FROM_FALLBACK
public static final ExchangePropertyKey CIRCUIT_BREAKER_RESPONSE_SHORT_CIRCUITED
public static final ExchangePropertyKey CIRCUIT_BREAKER_RESPONSE_TIMED_OUT
public static final ExchangePropertyKey CIRCUIT_BREAKER_RESPONSE_REJECTED
public static final ExchangePropertyKey CLAIM_CHECK_REPOSITORY
public static final ExchangePropertyKey CORRELATION_ID
public static final ExchangePropertyKey DUPLICATE_MESSAGE
public static final ExchangePropertyKey ERRORHANDLER_CIRCUIT_DETECTED
public static final ExchangePropertyKey EVALUATE_EXPRESSION_RESULT
public static final ExchangePropertyKey EXCEPTION_CAUGHT
public static final ExchangePropertyKey EXCEPTION_HANDLED
public static final ExchangePropertyKey FAILURE_ENDPOINT
public static final ExchangePropertyKey FAILURE_HANDLED
public static final ExchangePropertyKey FAILURE_ROUTE_ID
public static final ExchangePropertyKey FATAL_FALLBACK_ERROR_HANDLER
public static final ExchangePropertyKey GROUPED_EXCHANGE
public static final ExchangePropertyKey INTERCEPT_SEND_TO_ENDPOINT_WHEN_MATCHED
public static final ExchangePropertyKey LOOP_INDEX
public static final ExchangePropertyKey LOOP_SIZE
public static final ExchangePropertyKey MESSAGE_HISTORY
public static final ExchangePropertyKey MULTICAST_COMPLETE
public static final ExchangePropertyKey MULTICAST_INDEX
public static final ExchangePropertyKey ON_COMPLETION
public static final ExchangePropertyKey ON_COMPLETION_ROUTE_IDS
public static final ExchangePropertyKey PARENT_UNIT_OF_WORK
public static final ExchangePropertyKey RECIPIENT_LIST_ENDPOINT
public static final ExchangePropertyKey SLIP_ENDPOINT
public static final ExchangePropertyKey SLIP_PRODUCER
public static final ExchangePropertyKey SPLIT_COMPLETE
public static final ExchangePropertyKey SPLIT_INDEX
public static final ExchangePropertyKey SPLIT_SIZE
public static final ExchangePropertyKey STEP_ID
public static final ExchangePropertyKey STREAM_CACHE_UNIT_OF_WORK
public static final ExchangePropertyKey TO_ENDPOINT
public static final ExchangePropertyKey TRY_ROUTE_BLOCK
public static final ExchangePropertyKey UNIT_OF_WORK_EXHAUSTED
public static ExchangePropertyKey[] values()
for (ExchangePropertyKey c : ExchangePropertyKey.values()) System.out.println(c);
public static ExchangePropertyKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public static ExchangePropertyKey asExchangePropertyKey(String name)
Apache Camel