Enum Class ExchangePropertyKey
- All Implemented Interfaces:
Serializable, Comparable<ExchangePropertyKey>, Constable
Typed enum of the well-known
Exchange property keys used by camel-core.
Each constant wraps the corresponding Exchange string constant and provides a type-safe alternative for
reading and writing internal exchange properties via Exchange.getProperty(ExchangePropertyKey) and
Exchange.setProperty(ExchangePropertyKey, Object).- Since:
- 3.9
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ExchangePropertyKeyasExchangePropertyKey(String name) getName()static ExchangePropertyKeyReturns 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
-
CIRCUIT_BREAKER_RESPONSE_IGNORED
-
CIRCUIT_BREAKER_RESPONSE_STATE
-
CLAIM_CHECK_REPOSITORY
-
CORRELATION_ID
-
DEBUGGER_SELF_TIME
-
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
-
INTERCEPTED_NODE_ID
-
INTERCEPTED_ROUTE_ENDPOINT_URI
-
INTERCEPTED_ROUTE_ID
-
INTERCEPT_SEND_TO_ENDPOINT_WHEN_MATCHED
-
LOOP_INDEX
-
LOOP_SIZE
-
MESSAGE_BODY_SIZE
-
MESSAGE_HEADERS_SIZE
-
MESSAGE_HISTORY
-
MULTICAST_COMPLETE
-
MULTICAST_INDEX
-
ON_COMPLETION
-
ON_COMPLETION_ROUTE_IDS
-
PARENT_UNIT_OF_WORK
Deprecated. -
RECEIVED_TIMESTAMP
-
RECIPIENT_LIST_ENDPOINT
-
SKIP_OVER
-
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
Deprecated. -
OTEL_CLOSE_CLIENT_SCOPE
Deprecated.
-
-
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
-