public class ProviderAppStateRouter<T> extends ListenableStateRouter<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
RULE_SUFFIX| Constructor and Description |
|---|
ProviderAppStateRouter(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(BitList<Invoker<T>> invokers)
Notify the router the invoker list.
|
doRoute, isForce, process, stopbuildSnapshot, getNextRouter, getRuleRepository, getUrl, isRuntime, route, setForce, setNextRouter, setUrlpublic static final String NAME
public ProviderAppStateRouter(org.apache.dubbo.common.URL url)
public void notify(BitList<Invoker<T>> invokers)
StateRouterStateRouter.route(BitList, URL, Invocation, boolean, Holder) gets called.
No need to notify next node.notify in interface StateRouter<T>notify in class AbstractStateRouter<T>invokers - invoker listCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.