Uses of Class
org.apache.camel.component.disruptor.AbstractSynchronizedExchange
-
Packages that use AbstractSynchronizedExchange Package Description org.apache.camel.component.disruptor -
-
Uses of AbstractSynchronizedExchange in org.apache.camel.component.disruptor
Subclasses of AbstractSynchronizedExchange in org.apache.camel.component.disruptor Modifier and Type Class Description 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.
-