| Modifier and Type | Method and Description |
|---|---|
protected SedaEndpoint |
SedaComponent.createEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueue<org.apache.camel.Exchange> queue,
int concurrentConsumers) |
protected SedaEndpoint |
SedaComponent.createEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
SedaEndpoint |
SedaPollingConsumer.getEndpoint() |
SedaEndpoint |
SedaConsumer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
QueueReference |
SedaComponent.getOrCreateQueue(SedaEndpoint endpoint,
Integer size,
Boolean multipleConsumers,
BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory) |
QueueReference |
SedaComponent.registerQueue(SedaEndpoint endpoint,
BlockingQueue<org.apache.camel.Exchange> queue) |
| Constructor and Description |
|---|
SedaConsumer(SedaEndpoint endpoint,
org.apache.camel.Processor processor) |
SedaProducer(SedaEndpoint endpoint,
org.apache.camel.WaitForTaskToComplete waitForTaskToComplete,
long timeout,
boolean blockWhenFull,
boolean discardWhenFull,
long offerTimeout) |
Apache Camel