You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/10/26 09:25:40 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1363: 如何使用Invocation传递多个参数?

liubao68 commented on issue #1363: 如何使用Invocation传递多个参数?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1363#issuecomment-546586482
 
 
   不太明白你的意思。 能给一下具体代码吗? 一般RPC调用是:
   
   ```
   @RpcReference(xxxx)
   public Hello hello;
   
   hello.queryApps(appId, count)
   ```
   
   你是期望使用 InvokerUtils的方法调用?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services