Versions Compared

Key

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

...

There is a simple syntax available for specifying pipeline, by simple putting to or &rarr between the different steps in the pipeline.

...

For more advanced use cases, you can also use a block-based syntax, where every step in the pipeline starts with either to or .

Wiki Markup
{snippet:id=block|lang=java|url=activemq/camel/trunk/components/camel-scala/src/test/scala/org/apache/camel/scala/dsl/PipelineRouteBuilderTest.scala}

...