Uses of Interface
org.apache.camel.MultipleConsumersSupport

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

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

Classes in org.apache.camel.component.seda that implement MultipleConsumersSupport
 class SedaEndpoint
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 



Apache CAMEL