"direct" is a component that's used to inject messages into a route:

http://camel.apache.org/direct.html

"start" and "update", from your examples, are names for "direct" endpoints.

-Steve

> -----Original Message-----
> From: polanki [mailto:varadaraja.pola...@pimco.com]
> Sent: Tuesday, May 03, 2016 3:02 PM
> To: users@camel.apache.org
> Subject: What is direct:start in "camel in action" book?
> 
> couple of places I saw direct:start and direct:update as below. what does it
> mean
> 
> from("direct:start")
> .transform(body().regexReplaceAll("\n", "<br/>")) .to("mock:result");
> 
> 
> 
> --
> View this message in context: http://camel.465427.n5.nabble.com/What-is-
> direct-start-in-camel-in-action-book-tp5782137.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to