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
BlockingQueueFactory
          Factory of BlockingQueue
QueueReference
          Holder for queue references.
SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaConsumer
          A Consumer for the SEDA component.
SedaConsumerNotAvailableException
           
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
QueueReference
          Holder for queue references.
SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
SedaEndpoint
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 



Apache Camel