yl-yue edited a comment on issue #7719:
URL: https://github.com/apache/dubbo/issues/7719#issuecomment-984256241


   同样的问题
   
   ```java
   public class GrpcProtocol extends AbstractProxyProtocol {
       Method method = implClass.getMethod("setProxiedImpl", type);
   }
   ```
   
   GrpcProtocol 
类获取`XxxxGrpc.XxxxImplBase`实现类中的`setProxiedImpl()`方法,但类中没有这个方法,也找不到相关说明


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to