Enum Class ExchangePropertyKey

java.lang.Object
java.lang.Enum<ExchangePropertyKey>
org.apache.camel.ExchangePropertyKey
All Implemented Interfaces:
Serializable, Comparable<ExchangePropertyKey>, Constable

public enum ExchangePropertyKey extends Enum<ExchangePropertyKey>
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: