brucelwl opened a new issue #2045: 采用dubbo的@Reference注解如何使用方法级别配置
URL: https://github.com/apache/incubator-dubbo/issues/2045
 
 
   例如:如果是xml配置可以这样使用,
   <dubbo:reference interface="com.xxx.XxxService">
       <dubbo:method name="findXxx" timeout="3000" retries="2" />
   </dubbo:reference>
   但是如果是 
   @Reference
   private com.xxx.XxxService xxxService;
   如何针对XxxService类中的findXxx 方法配置进行设置

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


With regards,
Apache Git Services

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

Reply via email to