All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractSynchronizedExchange DisruptorComponent An implementation of the Disruptor component for asynchronous SEDA exchanges on an LMAX Disruptor within a CamelContextDisruptorComponentConfigurer Generated by camel build tools - do NOT edit this file!DisruptorConsumer A Consumer for the Disruptor component.DisruptorEndpoint Provides asynchronous SEDA behavior using LMAX Disruptor.DisruptorEndpointConfigurer Generated by camel build tools - do NOT edit this file!DisruptorEndpointUriFactory Generated by camel build tools - do NOT edit this file!DisruptorNotStartedException This exception is thrown when a producer attempts to publish an exchange while the Disruptor is not yet started or already shut downDisruptorProducer A Producer for the Disruptor component.DisruptorProducerType This enumeration re-enumerated the values of theProducerType
according to the Camel Case convention used in Camel.DisruptorReference Holder for Disruptor references.DisruptorVmComponent An implementation of the VM components for asynchronous SEDA exchanges on a LMAX Disruptor within the classloader tree containing the camel-disruptor.jar.DisruptorVmEndpointUriFactory Generated by camel build tools - do NOT edit this file!DisruptorWaitStrategy This enumeration holds all values that may be used as theWaitStrategy
used by producers on a Disruptor.ExchangeEvent This is a mutable reference to anExchange
, used as contents of the Disruptors ringbufferMultipleConsumerSynchronizedExchange Implementation of theSynchronizedExchange
interface that correctly handles all completion synchronisation courtesies for multiple consumers.SingleConsumerSynchronizedExchange Implementation of theSynchronizedExchange
interface optimized for single consumers.SynchronizedExchange This interface describes an immutable container of an Exchange and provides handles forDisruptorConsumer
s to correctly deal with the on completion synchronization, even in multicast circumstances.