Versions Compared

Key

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

...

Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It integrates very well with the Java platform. Our Scala DSL implementation is built on top of the existing Java-based DSL, but it adds Scala syntax sugar to make building routes even more convenient.

Getting started

Just like the Java DSL, the Scala DSL has a RouteBuilder (org.apache.camel.scala.dsl.RouteBuilder) class that can be extended.
{snippet:i

References

...