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
 

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



Apache CAMEL