Versions Compared

Key

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

...

Rest DSL with Java

To use the Rest DSL in Java then just do as with regular Camel routes by extending the RouteBuilder and define the routes in the configure method.

...