Uses of Class
org.apache.camel.component.seda.QueueReference
-
-
Uses of QueueReference in org.apache.camel.component.seda
Methods in org.apache.camel.component.seda that return QueueReference Modifier and Type Method Description QueueReference
SedaComponent. getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory)
QueueReference
SedaComponent. getQueueReference(String key)
QueueReference
SedaEndpoint. getQueueReference()
Get's theQueueReference
for the this endpoint.QueueReference
SedaComponent. registerQueue(SedaEndpoint endpoint, BlockingQueue<org.apache.camel.Exchange> queue)
Methods in org.apache.camel.component.seda that return types with arguments of type QueueReference Modifier and Type Method Description Map<String,QueueReference>
SedaComponent. getQueues()
-