|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitterType | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
Uses of SplitterType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return SplitterType | |
---|---|
SplitterType |
ProcessorType.splitter(Expression receipients)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
SplitterType |
ProcessorType.splitter(Expression partsExpression,
AggregationStrategy aggregationStrategy)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
SplitterType |
ProcessorType.splitter(Expression partsExpression,
AggregationStrategy aggregationStrategy,
boolean parallelProcessing)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
SplitterType |
ProcessorType.splitter(Expression receipients,
boolean parallelProcessing)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
SplitterType |
SplitterType.streaming()
Enables streaming. |
Methods in org.apache.camel.model that return types with arguments of type SplitterType | |
---|---|
ExpressionClause<SplitterType> |
ProcessorType.splitter()
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
ExpressionClause<SplitterType> |
ProcessorType.splitter(AggregationStrategy aggregationStrategy)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
ExpressionClause<SplitterType> |
ProcessorType.splitter(AggregationStrategy aggregationStrategy,
boolean parallelProcessing)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
ExpressionClause<SplitterType> |
ProcessorType.splitter(boolean parallelProcessing)
Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |