Versions Compared

Key

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

...

API in Groovy Renderer

renderRoute

RenderRoute can receive handles a route instance and parse at a time. You can use it to render revert a DSL representing the route definition in fluent Java DSLroute for review or modification.

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 modificationget a overview of all the route definitions by using renderRoutes method.

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.

...