You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/01/23 17:11:00 UTC

[jira] [Created] (JUNEAU-183) Remote methods should support Future return types.

James Bognar created JUNEAU-183:
-----------------------------------

             Summary: Remote methods should support Future return types.
                 Key: JUNEAU-183
                 URL: https://issues.apache.org/jira/browse/JUNEAU-183
             Project: Juneau
          Issue Type: Improvement
          Components: Code
    Affects Versions: 8.1.3
            Reporter: James Bognar


Remote methods should allow the return types to be defined as Future<T> or CompletableFuture<T> to allow for long-running REST calls:
{code:java}
@RemoteMethod
public Future<Bean> getBean(){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)