Class AppStateRouter<T>
java.lang.Object
org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter<T>
org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter<T>
org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouter<T>
- All Implemented Interfaces:
EventListener,org.apache.dubbo.common.config.configcenter.ConfigurationListener,StateRouter<T>
Application level router, "application.condition-router"
-
Field Summary
FieldsFields inherited from class org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
RULE_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
doRoute, isForce, process, stopMethods inherited from class org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
buildSnapshot, getNextRouter, getRuleRepository, getUrl, isRuntime, notify, route, setForce, setNextRouter, setUrl
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AppStateRouter
public AppStateRouter(org.apache.dubbo.common.URL url)
-