heyile commented on a change in pull request #13: 补充客户端示例 AsyncRestTemplate ,对其他示例进行完善 URL: https://github.com/apache/incubator-servicecomb-docs/pull/13#discussion_r200550913
########## File path: java-chassis-reference/zh_CN/build-consumer/develop-consumer-using-rpc.md ########## @@ -6,10 +6,45 @@ RPC开发方式允许用户通过在服务接口上标注注解来生成服务 只需要声明一个服务接口类型的成员,并且使用@RpcReference标注该成员,声明依赖的微服务及schemaId,即可进行服务调用,示例代码如下: +* 透明RPC 客户端代码示例 Review comment: 好的 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
