Uses of Class
org.apache.camel.model.MulticastDefinition

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.executorService(ExecutorService executorService)
          Setting the executor service 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()
          Uses the ExecutorService to do the multicasting work
 MulticastDefinition MulticastDefinition.setAggregationStrategy(AggregationStrategy aggregationStrategy)
           
 MulticastDefinition MulticastDefinition.streaming()
          Aggregates the responses as the are done (e.g.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.