Vitalii Tymchyshyn created CAMEL-10308:
------------------------------------------
Summary: Provide a way to use async engine from ProducerTemplate
Key: CAMEL-10308
URL: https://issues.apache.org/jira/browse/CAMEL-10308
Project: Camel
Issue Type: New Feature
Reporter: Vitalii Tymchyshyn
Currently ProducerTemplate delegates to Sync engine even when async* methods
are used.
This improvement:
* changes async methods to use async engine
* Provides Java 8 CompletableFuture instead of regular Future to the called
* Provides a way to invoke async engine without additional thread pool
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)