Uses of Class
org.apache.camel.component.seda.SedaEndpoint

Packages that use SedaEndpoint
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
 

Uses of SedaEndpoint in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda with parameters of type SedaEndpoint
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size)
          Deprecated. use
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers)
          Deprecated. use SedaComponent.getOrCreateQueue(SedaEndpoint, Integer, Boolean, BlockingQueueFactory)
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<Exchange> customQueueFactory)
           
 QueueReference SedaComponent.registerQueue(SedaEndpoint endpoint, BlockingQueue<Exchange> queue)
           
 

Constructors in org.apache.camel.component.seda with parameters of type SedaEndpoint
SedaConsumer(SedaEndpoint endpoint, Processor processor)
           
SedaProducer(SedaEndpoint endpoint, BlockingQueue<Exchange> queue, WaitForTaskToComplete waitForTaskToComplete, long timeout)
          Deprecated. Use the other constructor.
SedaProducer(SedaEndpoint endpoint, BlockingQueue<Exchange> queue, WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)
          Deprecated. Use the other constructor.
SedaProducer(SedaEndpoint endpoint, WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)
           
 



Apache Camel