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 class (org.apache.camel.scala.dsl.builder.RouteBuilder) that you can extend to implement your own routes. This example shows two very simple routes:

...