Uses of Class
org.apache.camel.component.seda.SedaComponent.QueueReference

Packages that use SedaComponent.QueueReference
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
 

Uses of SedaComponent.QueueReference in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda that return types with arguments of type SedaComponent.QueueReference
 Map<String,SedaComponent.QueueReference> SedaComponent.getQueues()
           
 

Uses of SedaComponent.QueueReference in org.apache.camel.component.vm
 

Fields in org.apache.camel.component.vm with type parameters of type SedaComponent.QueueReference
protected static Map<String,SedaComponent.QueueReference> VmComponent.QUEUES
           
 

Methods in org.apache.camel.component.vm that return types with arguments of type SedaComponent.QueueReference
 Map<String,SedaComponent.QueueReference> VmComponent.getQueues()
           
 



Apache CAMEL