Uses of Interface
org.apache.camel.component.disruptor.SynchronizedExchange
-
Packages that use SynchronizedExchange Package Description org.apache.camel.component.disruptor -
-
Uses of SynchronizedExchange in org.apache.camel.component.disruptor
Classes in org.apache.camel.component.disruptor that implement SynchronizedExchange Modifier and Type Class Description class
AbstractSynchronizedExchange
class
MultipleConsumerSynchronizedExchange
Implementation of theSynchronizedExchange
interface that correctly handles all completion synchronisation courtesies for multiple consumers.class
SingleConsumerSynchronizedExchange
Implementation of theSynchronizedExchange
interface optimized for single consumers.Methods in org.apache.camel.component.disruptor that return SynchronizedExchange Modifier and Type Method Description SynchronizedExchange
ExchangeEvent. getSynchronizedExchange()
-