You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/03 00:05:47 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #10866: provider Filter 内 如何获得这个属性 org.apache.dubbo.rpc.proxy.AbstractProxyInvoker#proxy

AlbumenJ commented on issue #10866:
URL: https://github.com/apache/dubbo/issues/10866#issuecomment-1301508217

   > * [ ]  I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   > 
   > ## Ask your question here
   > 比如 `public interface DemoService` `public class DemoServiceImpl implements DemoService {`
   > 
   > 调用 DemoService,在provider Filter里可以获得 `getInterface` `getMethodName` 但我想获得 `DemoServiceImpl实例` 或者`DemoServiceImpl.class`
   
   在 3.x 版本可以这样获取 `invocation.getServiceModel().getProxyObject()`


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org