| Interface | Description |
|---|---|
| BlockingQueueFactory<E> |
Factory of
BlockingQueue |
| Class | Description |
|---|---|
| ArrayBlockingQueueFactory<E> |
Implementation of
BlockingQueueFactory producing ArrayBlockingQueue |
| 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 |
| SedaComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| SedaConstants | |
| SedaConsumer |
A Consumer for the SEDA component.
|
| SedaEndpoint |
Asynchronously call another endpoint from any Camel Context in the same JVM.
|
| SedaEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| SedaEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| SedaPollingConsumer | |
| SedaProducer |
| Exception | Description |
|---|---|
| SedaConsumerNotAvailableException |
Apache Camel