You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "wujimin (JIRA)" <ji...@apache.org> on 2019/04/26 08:09:00 UTC

[jira] [Resolved] (SCB-1259) response type support Optional

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

wujimin resolved SCB-1259.
--------------------------
       Resolution: Done
    Fix Version/s: java-chassis-1.3.0

> response type support Optional
> ------------------------------
>
>                 Key: SCB-1259
>                 URL: https://issues.apache.org/jira/browse/SCB-1259
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>             Fix For: java-chassis-1.3.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> both consumer and producer support:
>  # Optional<User> getUser()
>  # CompletableFuture<Optional<User>> getUser()
>  # ResponseEntity<Optional<User>> getUser()
>  # CompletableFuture<ResponseEntity<Optional<User>>> getUser()
> although Optional is no meaning to the producer, but sometimes, consumer and producer share the same interface in shared jar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)