| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterDefinition
Filter out messages based using a predicate
|
class |
IdempotentConsumerDefinition
Filters out duplicate messages
|
class |
LoopDefinition
Processes a message multiple times
|
class |
SplitDefinition
Splits a single message into many sub-messages.
|
class |
WhenDefinition
Triggers a route when an expression evaluates to true
|
class |
WhenSkipSendToEndpointDefinition
Predicate to determine if the message should be sent or not to the endpoint,
when using interceptSentToEndpoint.
|
Apache Camel