Versions Compared

Key

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

...

Users can then either explicitly create your component, configure it and register with a CamelContext or users can use a URI which auto-creates your component.

Writing Endpoints

An Endpoint is an object which can have message Exchange objects sent to it via a Producer or can have message exchanges consumed via either

When implementing an Endpoint you typically may implement one or more of the following methods

...