Uses of Class
org.apache.camel.component.directvm.DirectVmConsumer

Packages that use DirectVmConsumer
org.apache.camel.component.directvm The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. 
 

Uses of DirectVmConsumer in org.apache.camel.component.directvm
 

Methods in org.apache.camel.component.directvm that return DirectVmConsumer
 DirectVmConsumer DirectVmEndpoint.getConsumer()
           
 DirectVmConsumer DirectVmComponent.getConsumer(DirectVmEndpoint endpoint)
           
 

Methods in org.apache.camel.component.directvm with parameters of type DirectVmConsumer
 void DirectVmComponent.addConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)
           
 void DirectVmComponent.removeConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)
           
 



Apache CAMEL