Versions Compared

Key

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

...

Parameter

Description

uri

URI describing a Camel Endpoint

Spring XML

<from uri="" ref=""/>

Parameter

Type

Description

uri

String

URI describing a Camel Endpoint

ref

Bean

Reference to an Endpoint bean definition

Examples

Start a route with the File Endpoint. Each file in the directory creates an Exchange that is put into the camel route.

...