Class AbstractSynchronizedExchange

java.lang.Object
org.apache.camel.component.disruptor.AbstractSynchronizedExchange
All Implemented Interfaces:
SynchronizedExchange
Direct Known Subclasses:
MultipleConsumerSynchronizedExchange, SingleConsumerSynchronizedExchange

public abstract class AbstractSynchronizedExchange extends Object implements SynchronizedExchange
  • Field Details

    • synchronizations

      protected final List<org.apache.camel.spi.Synchronization> synchronizations
  • Constructor Details

    • AbstractSynchronizedExchange

      protected AbstractSynchronizedExchange(org.apache.camel.Exchange exchange)
  • Method Details