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 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
 

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
 

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

Classes in org.apache.camel.component.timer that implement MultipleConsumersSupport
 class TimerEndpoint
          Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer.
 



Apache Camel