Versions Compared

Key

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

...

Save it and then the route will deliver the following messages by parsing its header.

API in Groovy Renderer

renderRoute

RenderRoute can receive a route instance and parse it to render a DSL representing the route definition in fluent Java DSL.

renderRoutes

RenderRoutes can handle a collection of routes at a time. You can obtain the route list from CamelContext and then use renderRoutes to revert them for review or modification.

Guide for more DSLs

Web Console focuses on providing a editor for developers to update a route at runtime, but won't try to provide a development environment with full support of DSLs. Groovy renderer can't render every details of the DSLs when opening a route though all of the DSLs can be accepted when creating it. Following is a list showing which DSLs are fully supported and which are not.

...