Uses of Class
org.apache.camel.builder.ProcessClause
-
Packages that use ProcessClause Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ProcessClause in org.apache.camel.model
Methods in org.apache.camel.model that return ProcessClause Modifier and Type Method Description ProcessClause<MulticastDefinition>
MulticastDefinition. onPrepare()
Set theProcessor
to use when preparing theExchange
to be send using a fluent builder.ProcessClause<RecipientListDefinition<Type>>
RecipientListDefinition. onPrepare()
Sets theProcessor
when preparing theExchange
to be used send using a fluent buidler.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
-