Uses of Class
org.apache.camel.component.seda.SedaEndpoint
-
-
Uses of SedaEndpoint in org.apache.camel.component.seda
Methods in org.apache.camel.component.seda that return SedaEndpoint Modifier and Type Method 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
SedaConsumer. getEndpoint()
SedaEndpoint
SedaPollingConsumer. getEndpoint()
Methods in org.apache.camel.component.seda with parameters of type SedaEndpoint Modifier and Type Method 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)
Constructors in org.apache.camel.component.seda with parameters of type SedaEndpoint Constructor 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)
-