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