public class MockInvokersSelector<T> extends AbstractStateRouter<T>
| 构造器和说明 |
|---|
MockInvokersSelector(org.apache.dubbo.common.URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notify(BitList<Invoker<T>> invokers)
Notify the router the invoker list.
|
buildSnapshot, getNextRouter, getRuleRepository, getUrl, isForce, isRuntime, route, setForce, setNextRouter, setUrlstoppublic 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.