Versions Compared

Key

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

...

  • there is no configure() method to override
  • a route starts directly with a URI instead of from(uri)
  • is just an alias for to

Setting the route ID

To assign the unique ID to the Scala route insert the routeId method invocation after the "from" part of the DSL.

Code Block

 "direct:a" routeId "route-b" to "mock:b"

Creating a new Camel Scala project

...