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

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

Methods in org.apache.camel.component.direct that return DirectEndpoint
 DirectEndpoint DirectConsumer.getEndpoint()
           
 

Constructors in org.apache.camel.component.direct with parameters of type DirectEndpoint
DirectBlockingProducer(DirectEndpoint endpoint)
           
DirectProducer(DirectEndpoint endpoint)
           
 



Apache Camel