Uses of Class
org.apache.camel.component.direct.DirectConsumer

Packages that use DirectConsumer
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
 

Uses of DirectConsumer in org.apache.camel.component.direct
 

Methods in org.apache.camel.component.direct that return DirectConsumer
 DirectConsumer DirectEndpoint.getConsumer()
           
protected  DirectConsumer DirectBlockingProducer.getConsumer(Exchange exchange)
           
 

Methods in org.apache.camel.component.direct with parameters of type DirectConsumer
 void DirectEndpoint.addConsumer(DirectConsumer consumer)
           
 boolean DirectEndpoint.hasConsumer(DirectConsumer consumer)
           
 void DirectEndpoint.removeConsumer(DirectConsumer consumer)
           
 

Constructor parameters in org.apache.camel.component.direct with type arguments of type DirectConsumer
DirectEndpoint(String uri, Component component, Map<String,DirectConsumer> consumers)
           
 



Apache Camel