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

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

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

Methods in org.apache.camel.component.seda that return types with arguments of type SedaProducer
 Set<SedaProducer> SedaEndpoint.getProducers()
          Returns the current active producers on this endpoint
 



Apache CAMEL