| Interface | Description |
|---|---|
| BlockingQueueFactory<E> |
Factory of
BlockingQueue |
| Class | Description |
|---|---|
| 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 |
The SEDA Component is 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 | Description |
|---|---|
| SedaConsumerNotAvailableException |
Apache Camel