Uses of Class
org.apache.camel.util.concurrent.AtomicExchange

Packages that use AtomicExchange
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of AtomicExchange in org.apache.camel.processor
 

Methods in org.apache.camel.processor with parameters of type AtomicExchange
protected  void MulticastProcessor.doAggregate(AggregationStrategy strategy, AtomicExchange result, Exchange exchange)
          Aggregate the Exchange with the current result
protected  void MulticastProcessor.doProcessParallel(Exchange original, AtomicExchange result, Iterable<ProcessorExchangePair> pairs, boolean streaming, AsyncCallback callback)
           
protected  boolean MulticastProcessor.doProcessSequential(Exchange original, AtomicExchange result, Iterable<ProcessorExchangePair> pairs, AsyncCallback callback)
           
 



Apache CAMEL