wujimin created SCB-1259:
----------------------------
Summary: 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
both consumer and producer support:
# Optional<User> getUser()
# CompletableFuture<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)