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
 

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