Class MeshAppRuleListener
java.lang.Object
org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
- All Implemented Interfaces:
EventListener,org.apache.dubbo.common.config.configcenter.ConfigurationListener
public class MeshAppRuleListener
extends Object
implements org.apache.dubbo.common.config.configcenter.ConfigurationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanisEmpty()voidprocess(org.apache.dubbo.common.config.configcenter.ConfigChangedEvent event) voidreceiveConfigInfo(String configInfo) <T> voidregister(MeshRuleListener subscriber) <T> voidunregister(MeshRuleListener subscriber)
-
Constructor Details
-
MeshAppRuleListener
-
-
Method Details
-
receiveConfigInfo
-
register
-
unregister
-
process
public void process(org.apache.dubbo.common.config.configcenter.ConfigChangedEvent event) - Specified by:
processin interfaceorg.apache.dubbo.common.config.configcenter.ConfigurationListener
-
isEmpty
public boolean isEmpty() -
getMeshRuleDispatcher
Deprecated.For ut only
-