|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecipientListDefinition | |
|---|---|
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| Uses of RecipientListDefinition in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return RecipientListDefinition | |
|---|---|
RecipientListDefinition |
RecipientListDefinition.aggregationStrategy(AggregationStrategy aggregationStrategy)
Set the aggregationStrategy |
RecipientListDefinition |
RecipientListDefinition.executorService(ExecutorService executorService)
Setting the executor service for executing the sending to the recipients. |
RecipientListDefinition |
RecipientListDefinition.parallelProcessing()
Doing the splitting work in parallel |
RecipientListDefinition |
ProcessorDefinition.recipientList(Expression recipients)
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients. |
RecipientListDefinition |
ProcessorDefinition.recipientList(Expression recipients,
String delimiter)
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients |
RecipientListDefinition |
RecipientListDefinition.stopOnException()
Will now stop further processing if an exception occurred during processing of an Exchange and the caused exception will be thrown. |
| Methods in org.apache.camel.model that return types with arguments of type RecipientListDefinition | |
|---|---|
ExpressionClause<RecipientListDefinition> |
ProcessorDefinition.recipientList()
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||