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 QueueReferenceSedaComponent. getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory)QueueReferenceSedaComponent. getQueueReference(String key)QueueReferenceSedaEndpoint. getQueueReference()Get's theQueueReferencefor the this endpoint.QueueReferenceSedaComponent. 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()
-