|
||||||||||
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.executor(Executor executor)
Setting the executor for executing the splitting action. |
SplitDefinition |
SplitDefinition.parallelProcessing()
Doing the splitting work in parallel |
SplitDefinition |
SplitDefinition.parallelProcessing(boolean parallelProcessing)
Set the splitting action's thread model |
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.streaming()
Enables streaming. |
Methods in org.apache.camel.model that return types with arguments of type SplitDefinition | |
---|---|
ExpressionClause<SplitDefinition> |
SplitDefinition.expression()
Set the expression that the splitter will use |
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 |