|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MulticastDefinition | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
Uses of MulticastDefinition in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return MulticastDefinition | |
---|---|
MulticastDefinition |
MulticastDefinition.aggregationStrategy(AggregationStrategy aggregationStrategy)
Set the multicasting aggregationStrategy |
MulticastDefinition |
MulticastDefinition.executor(Executor executor)
Setting the executor for executing the multicasting action. |
MulticastDefinition |
ProcessorDefinition.multicast()
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other. |
MulticastDefinition |
ProcessorDefinition.multicast(AggregationStrategy aggregationStrategy)
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other. |
MulticastDefinition |
ProcessorDefinition.multicast(AggregationStrategy aggregationStrategy,
boolean parallelProcessing)
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other. |
MulticastDefinition |
MulticastDefinition.parallelProcessing()
use a thread pool to do the multicasting work |
MulticastDefinition |
MulticastDefinition.parallelProcessing(boolean parallelProcessing)
Set the multicasting action's thread model |
MulticastDefinition |
MulticastDefinition.setAggregationStrategy(AggregationStrategy aggregationStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |