You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dhiraj Bokde (JIRA)" <ji...@apache.org> on 2014/09/01 08:30:21 UTC

[jira] [Created] (CAMEL-7771) Improve the API Component Framework to support callback APIs

Dhiraj Bokde created CAMEL-7771:
-----------------------------------

             Summary: 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)