[
https://issues.apache.org/jira/browse/CAMEL-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dhiraj Bokde resolved CAMEL-7771.
---------------------------------
Resolution: Fixed
Committed to master
> Improve the API Component Framework to support callback APIs
> ------------------------------------------------------------
>
> Key: CAMEL-7771
> URL: https://issues.apache.org/jira/browse/CAMEL-7771
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.13.2
> Reporter: Dhiraj Bokde
> Assignee: Dhiraj Bokde
> Fix For: 2.14.0
>
>
> The API Component Framework has trouble supporting callback based APIs that
> return a result in a callback parameter, instead of method invocation. To be
> able to support such Producers the method AbstractApiProducer.findMethod(...)
> must be made protected, so that it can be called to get the method and invoke
> it asynchronously in an overridden AbstractApiProducer.process(...) method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)