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.

Guide for more DSLs

Though all of the DSLs can be accepted to create routes, but groovy renderer can't render every details of the routes when opening them. 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 DSLDSLs. 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 can't beare not.

Supported DSLs

  • aggregate
  • choice
  • convertBody
  • deadLetter
  • delay
  • enrich
  • filter
  • from
  • loadBalance
  • loop
  • marshal
  • pipeline
  • recipientList
  • routeSlip
  • setBody
  • sort
  • throttle
  • to
  • transform
  • wireTap
  • xPath

...