Uses of Package
org.apache.camel.component.disruptor

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

Classes in org.apache.camel.component.disruptor used by org.apache.camel.component.disruptor
AbstractSynchronizedExchange
           
DisruptorComponent
          An implementation of the Disruptor component for asynchronous SEDA exchanges on an LMAX Disruptor within a CamelContext
DisruptorConsumer
          A Consumer for the Disruptor component.
DisruptorEndpoint
          An implementation of the Disruptor component for asynchronous SEDA exchanges on an LMAX Disruptor within a CamelContext
DisruptorNotStartedException
          This exception is thrown when a producer attempts to publish an exchange while the Disruptor is not yet started or already shut down
DisruptorProducer
          A Producer for the Disruptor component.
DisruptorProducerType
          This enumeration re-enumerated the values of the ProducerType according to the Camel Case convention used in Camel.
DisruptorReference
          Holder for Disruptor references.
DisruptorWaitStrategy
          This enumeration holds all values that may be used as the WaitStrategy used by producers on a Disruptor.
SynchronizedExchange
          This interface describes an immutable container of an Exchange and provides handles for DisruptorConsumers to correctly deal with the on completion synchronization, even in multicast circumstances.
 

Classes in org.apache.camel.component.disruptor used by org.apache.camel.component.disruptor.vm
DisruptorComponent
          An implementation of the Disruptor component for asynchronous SEDA exchanges on an LMAX Disruptor within a CamelContext
DisruptorReference
          Holder for Disruptor references.
 



Apache Camel