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

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

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

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



Apache Camel