| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBlockingQueueFactory<E>
Implementation of
BlockingQueueFactory producing ArrayBlockingQueue |
class |
LinkedBlockingQueueFactory<E>
Implementation of
BlockingQueueFactory producing LinkedBlockingQueue |
class |
PriorityBlockingQueueFactory<E>
Implementation of
BlockingQueueFactory producing PriorityBlockingQueue |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueueFactory<org.apache.camel.Exchange> |
SedaComponent.defaultQueueFactory |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueueFactory<org.apache.camel.Exchange> |
SedaComponent.getDefaultQueueFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SedaEndpoint |
SedaComponent.createEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
QueueReference |
SedaComponent.getOrCreateQueue(SedaEndpoint endpoint,
Integer size,
Boolean multipleConsumers,
BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory) |
void |
SedaComponent.setDefaultQueueFactory(BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory)
Sets the default queue factory.
|
| Constructor and Description |
|---|
SedaEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
Apache Camel