Package org.apache.camel.component.seda

The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext

See:
          Description

Interface Summary
BlockingQueueFactory<E> Factory of BlockingQueue
 

Class Summary
ArrayBlockingQueueFactory<E> Implementation of BlockingQueueFactory producing ArrayBlockingQueue
CollectionProducer Deprecated. will be removed in a future Camel release
LinkedBlockingQueueFactory<E> Implementation of BlockingQueueFactory producing LinkedBlockingQueue
PriorityBlockingQueueFactory<E> Implementation of BlockingQueueFactory producing PriorityBlockingQueue
QueueReference Holder for queue references.
SedaComponent An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaConsumer A Consumer for the SEDA component.
SedaEndpoint An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaPollingConsumer  
SedaProducer  
 

Exception Summary
SedaConsumerNotAvailableException  
 

Package org.apache.camel.component.seda Description

The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext



Apache Camel