|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MulticastType | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
Uses of MulticastType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return MulticastType | |
---|---|
MulticastType |
MulticastType.aggregationStrategy(AggregationStrategy aggregationStrategy)
Set the multicasting aggregationStrategy |
MulticastType |
MulticastType.executor(ThreadPoolExecutor executor)
Setting the executor for executing the multicasting action. |
MulticastType |
ProcessorType.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. |
MulticastType |
ProcessorType.multicast(AggregationStrategy aggregationStrategy)
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. |
MulticastType |
ProcessorType.multicast(AggregationStrategy aggregationStrategy,
boolean parallelProcessing)
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. |
MulticastType |
MulticastType.parallelProcessing()
Set to run the multicasting action parallely |
MulticastType |
MulticastType.parallelProcessing(boolean parallelProcessing)
Set the multicasting action's thread model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |