Versions Compared

Key

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

...

The Async API in Camel is primarily divided in two areas
1. Initiating an Asyc Async messaging from the client
2. Turning a route into Async using the DSL

...

With these diagrams in mind lets turn out attention to the Async API and how to use it with Camel.

1) The Async Client API

Camel provides the Async Client API in the ProducerTemplate where we have added about 10 new methods to Camel 2.0. We have listed the most important in the table below:

...