|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SplitDefinition | |
|---|---|
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| Uses of SplitDefinition in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return SplitDefinition | |
|---|---|
SplitDefinition |
SplitDefinition.aggregationStrategy(AggregationStrategy aggregationStrategy)
Set the aggregationStrategy |
SplitDefinition |
SplitDefinition.aggregationStrategyMethodAllowNull()
Sets allowing null when using a POJO as AggregationStrategy. |
SplitDefinition |
SplitDefinition.aggregationStrategyMethodName(String methodName)
Sets the method name to use when using a POJO as AggregationStrategy. |
SplitDefinition |
SplitDefinition.aggregationStrategyRef(String aggregationStrategyRef)
Set the aggregationStrategy |
SplitDefinition |
SplitDefinition.executorService(ExecutorService executorService)
|
SplitDefinition |
SplitDefinition.executorServiceRef(String executorServiceRef)
|
SplitDefinition |
SplitDefinition.onPrepare(Processor onPrepare)
Uses the Processor when preparing the Exchange to be send. |
SplitDefinition |
SplitDefinition.onPrepareRef(String onPrepareRef)
Uses the Processor when preparing the Exchange to be send. |
SplitDefinition |
SplitDefinition.parallelAggregate()
Doing the aggregate work in parallel Notice that if enabled, then the AggregationStrategy in use
must be implemented as thread safe, as concurrent threads can call the aggregate methods at the same time. |
SplitDefinition |
SplitDefinition.parallelProcessing()
Doing the splitting work in parallel |
SplitDefinition |
SplitDefinition.shareUnitOfWork()
Shares the UnitOfWork with the parent and each of the sub messages. |
SplitDefinition |
ProcessorDefinition.split(Expression expression)
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually. |
SplitDefinition |
ProcessorDefinition.split(Expression expression,
AggregationStrategy aggregationStrategy)
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually. |
SplitDefinition |
SplitDefinition.stopOnException()
Will now stop further processing if an exception or failure occurred during processing of an Exchange and the caused exception will be thrown. |
SplitDefinition |
SplitDefinition.streaming()
Enables streaming. |
SplitDefinition |
SplitDefinition.timeout(long timeout)
Sets a timeout value in millis to use when using parallelProcessing. |
| Methods in org.apache.camel.model that return types with arguments of type SplitDefinition | |
|---|---|
ExpressionClause<SplitDefinition> |
ProcessorDefinition.split()
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||