Uses of Interface
org.apache.camel.component.disruptor.SynchronizedExchange

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

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

Classes in org.apache.camel.component.disruptor that implement SynchronizedExchange
 class AbstractSynchronizedExchange
           
 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.
 

Methods in org.apache.camel.component.disruptor that return SynchronizedExchange
 SynchronizedExchange ExchangeEvent.getSynchronizedExchange()
           
 



Apache Camel