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

Packages that use SedaComponent
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 in org.apache.camel.component.vm
 

Subclasses of SedaComponent in org.apache.camel.component.vm
 class VmComponent
          An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing the camel-core.jar.
 



Apache CAMEL