Versions Compared

Key

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

Just like the Java DSL, the Scala DSL has a RouteBuilder (org.apache.camel.scala.dslbuilder.RouteBuilder) class that you have to extend to implement your own routes. This example shows you two very simple routes.

...