public class ProviderAppStateRouter<T> extends ListenableStateRouter<T>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
NAME |
RULE_SUFFIX| 构造器和说明 |
|---|
ProviderAppStateRouter(org.apache.dubbo.common.URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notify(BitList<Invoker<T>> invokers)
Notify the router the invoker list.
|
doRoute, isForce, process, stopbuildSnapshot, getNextRouter, getRuleRepository, getUrl, isRuntime, route, setForce, setNextRouter, setUrlpublic void notify(BitList<Invoker<T>> invokers)
StateRouterStateRouter.route(BitList, URL, Invocation, boolean, Holder) gets called.
No need to notify next node.notify 在接口中 StateRouter<T>notify 在类中 AbstractStateRouter<T>invokers - invoker listCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.