Uses of Package
org.apache.camel.component.seda

Packages that use org.apache.camel.component.seda
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.stub The Stub Component which is used for stubbing endpoints. 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
 

Classes in org.apache.camel.component.seda used by org.apache.camel.component.seda
SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaComponent.QueueReference
          Holder for queue references.
SedaConsumer
          A Consumer for the SEDA component.
SedaEndpoint
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaProducer
           
 

Classes in org.apache.camel.component.seda used by org.apache.camel.component.stub
SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 

Classes in org.apache.camel.component.seda used by org.apache.camel.component.vm
SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaComponent.QueueReference
          Holder for queue references.
 



Apache CAMEL