Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the example above we have a very common routing, that can be distilled from pseudo verbs to actual code with:

  • from A to B
  • From Endpoint A To Endpoint from.toB
  • from("endpointA").to("endpointB")
  • from("direct:start").to("velocity:MailBody.vm");

...