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. |