Package org.apache.camel
Enum Class ExchangePropertyKey
- All Implemented Interfaces:
Serializable
,Comparable<ExchangePropertyKey>
,Constable
An enum of common and known keys for exchange properties used by camel-core.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ExchangePropertyKey
asExchangePropertyKey
(String name) getName()
static ExchangePropertyKey
Returns the enum constant of this class with the specified name.static ExchangePropertyKey[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGGREGATED_COMPLETED_BY
-
AGGREGATED_CORRELATION_KEY
-
AGGREGATED_SIZE
-
AGGREGATED_TIMEOUT
-
AGGREGATION_COMPLETE_ALL_GROUPS
-
AGGREGATION_COMPLETE_CURRENT_GROUP
-
AGGREGATION_STRATEGY
-
ATTACHMENTS_SIZE
-
BATCH_COMPLETE
-
BATCH_INDEX
-
BATCH_SIZE
-
CHARSET_NAME
-
CIRCUIT_BREAKER_RESPONSE_SUCCESSFUL_EXECUTION
-
CIRCUIT_BREAKER_RESPONSE_FROM_FALLBACK
-
CIRCUIT_BREAKER_RESPONSE_SHORT_CIRCUITED
-
CIRCUIT_BREAKER_RESPONSE_TIMED_OUT
-
CIRCUIT_BREAKER_RESPONSE_REJECTED
-
CLAIM_CHECK_REPOSITORY
-
CORRELATION_ID
-
DUPLICATE_MESSAGE
-
ERRORHANDLER_BRIDGE
-
ERRORHANDLER_CIRCUIT_DETECTED
-
EVALUATE_EXPRESSION_RESULT
-
EXCEPTION_CAUGHT
-
EXCEPTION_HANDLED
-
FAILURE_ENDPOINT
-
FAILURE_HANDLED
-
FAILURE_ROUTE_ID
-
FATAL_FALLBACK_ERROR_HANDLER
-
FILE_EXCHANGE_FILE
-
GROUPED_EXCHANGE
-
INTERCEPTED_ENDPOINT
-
INTERCEPT_SEND_TO_ENDPOINT_WHEN_MATCHED
-
LOOP_INDEX
-
LOOP_SIZE
-
MESSAGE_HISTORY
-
MULTICAST_COMPLETE
-
MULTICAST_INDEX
-
ON_COMPLETION
-
ON_COMPLETION_ROUTE_IDS
-
PARENT_UNIT_OF_WORK
-
RECEIVED_TIMESTAMP
-
RECIPIENT_LIST_ENDPOINT
-
SLIP_ENDPOINT
-
SLIP_PRODUCER
-
SPLIT_COMPLETE
-
SPLIT_INDEX
-
SPLIT_SIZE
-
STEP_ID
-
STREAM_CACHE_UNIT_OF_WORK
-
TO_ENDPOINT
-
TRY_ROUTE_BLOCK
-
UNIT_OF_WORK_EXHAUSTED
-
OTEL_ACTIVE_SPAN
-
OTEL_CLOSE_CLIENT_SCOPE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
-
asExchangePropertyKey
-