seqwait opened a new issue #9217:
URL: https://github.com/apache/dubbo/issues/9217
如下xml配置 WebServerRemoteService 中有个刷新refresh
缓存数据的方法,我想广播到每台机器,但是WebServerRemoteService 有其他非广播方法,在使用xml配置的情况下如何配置单方法的广播
```
<dubbo:reference id="messageService" check="false"
interface="com.so.message.api.MessageService"/>
<dubbo:reference id="webServerRemoteService" check="false"
interface="com.lianai.web.layer.iface.WebServerRemoteService"/>
```
--
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]