| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessClause<RecipientListDefinition<Type>> |
RecipientListDefinition.onPrepare()
Sets the
Processor when preparing the
Exchange to be used send using a fluent buidler. |
ProcessClause<MulticastDefinition> |
MulticastDefinition.onPrepare()
Set the
Processor to use when preparing the
Exchange to be send using a fluent builder. |
ProcessClause<ProcessorDefinition<Type>> |
ProcessorDefinition.process()
Message
Translator EIP: Adds the custom processor using a fluent builder to
this destination which could be a final destination, or could be a
transformation in a pipeline
|
Apache Camel