|
||||||||||
| 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 |
ProcessorType.multicast()
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.setAggregationStrategy(AggregationStrategy aggregationStrategy)
|
MulticastType |
MulticastType.setParallelProcessing(boolean parallelProcessing)
|
MulticastType |
MulticastType.setThreadPoolExecutor(ThreadPoolExecutor executor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||