class |
BeanDefinition |
Calls a Java bean
|
class |
ClaimCheckDefinition |
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to
retrieve the message content at a later time.
|
class |
ConvertBodyDefinition |
Converts the message body to another type
|
class |
InOnlyDefinition |
Deprecated.
|
class |
InOutDefinition |
Deprecated.
|
class |
LogDefinition |
Logs the defined message to the logger
|
class |
MarshalDefinition |
Marshals data into a specified format for transmission over a transport or component
|
class |
ProcessDefinition |
Calls a Camel processor
|
class |
RemoveHeaderDefinition |
Removes a named header from the message
|
class |
RemoveHeadersDefinition |
Removes message headers whose name matches a specified pattern
|
class |
RemovePropertiesDefinition |
Removes message exchange properties whose name matches a specified pattern
|
class |
RemovePropertyDefinition |
Removes a named property from the message exchange
|
class |
RollbackDefinition |
Forces a rollback by stopping routing the message
|
class |
SagaActionUriDefinition |
Allows to declare saga actions to complete or compensate a saga
|
class |
SamplingDefinition |
Extract a sample of the messages passing through a route
|
class |
SendDefinition<Type extends ProcessorDefinition<Type>> |
Sends the message to an endpoint
|
class |
SetExchangePatternDefinition |
Sets the exchange pattern on the message exchange
|
class |
StopDefinition |
Stops the processing of the current message
|
class |
ThreadsDefinition |
Specifies that all steps after this node are processed asynchronously
|
class |
ThrowExceptionDefinition |
Throws an exception
|
class |
ToDefinition |
Sends the message to a static endpoint
|
class |
ToDynamicDefinition |
Sends the message to a dynamic endpoint
|
class |
UnmarshalDefinition |
Converts the message data received from the wire into a format that Apache Camel processors can consume
|
class |
WireTapDefinition<Type extends ProcessorDefinition<Type>> |
Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original
message.
|