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/03/19 14:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/JUNEAU-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar closed JUNEAU-183.
-------------------------------
    Fix Version/s: 8.1.4
         Assignee: James Bognar
       Resolution: Fixed

> 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
>            Assignee: James Bognar
>            Priority: Major
>             Fix For: 8.1.4
>
>
> 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)