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/02 03:20:21 UTC

[GitHub] [dubbo] gMan1990 opened a new issue, #10866: provider Filter 内 如何获得这个属性 org.apache.dubbo.rpc.proxy.AbstractProxyInvoker#proxy

gMan1990 opened a new issue, #10866:
URL: https://github.com/apache/dubbo/issues/10866

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] 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`


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


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

Posted by GitBox <gi...@apache.org>.
gMan1990 closed issue #10866: provider Filter 内 如何获得这个属性 org.apache.dubbo.rpc.proxy.AbstractProxyInvoker#proxy
URL: https://github.com/apache/dubbo/issues/10866


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


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

Posted by GitBox <gi...@apache.org>.
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