org.apache.camel.component.disruptor
Class SingleConsumerSynchronizedExchange

java.lang.Object
  extended by org.apache.camel.component.disruptor.AbstractSynchronizedExchange
      extended by org.apache.camel.component.disruptor.SingleConsumerSynchronizedExchange
All Implemented Interfaces:
SynchronizedExchange

public class SingleConsumerSynchronizedExchange
extends AbstractSynchronizedExchange

Implementation of the SynchronizedExchange interface optimized for single consumers.


Field Summary
 
Fields inherited from class org.apache.camel.component.disruptor.AbstractSynchronizedExchange
synchronizations
 
Constructor Summary
SingleConsumerSynchronizedExchange(org.apache.camel.Exchange exchange)
           
 
Method Summary
 void consumed(org.apache.camel.Exchange result)
           
 
Methods inherited from class org.apache.camel.component.disruptor.AbstractSynchronizedExchange
cancelAndGetOriginalExchange, getExchange, performSynchronization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleConsumerSynchronizedExchange

public SingleConsumerSynchronizedExchange(org.apache.camel.Exchange exchange)
Method Detail

consumed

public void consumed(org.apache.camel.Exchange result)


Apache Camel