Uses of Class
org.apache.camel.component.disruptor.AbstractSynchronizedExchange

Packages that use AbstractSynchronizedExchange
org.apache.camel.component.disruptor   
 

Uses of AbstractSynchronizedExchange in org.apache.camel.component.disruptor
 

Subclasses of AbstractSynchronizedExchange in org.apache.camel.component.disruptor
 class MultipleConsumerSynchronizedExchange
          Implementation of the SynchronizedExchange interface that correctly handles all completion synchronisation courtesies for multiple consumers.
 class SingleConsumerSynchronizedExchange
          Implementation of the SynchronizedExchange interface optimized for single consumers.
 



Apache Camel