public class MockInvokersSelector<T> extends AbstractStateRouter<T>
| Constructor and Description |
|---|
MockInvokersSelector(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(BitList<Invoker<T>> invokers)
Notify the router the invoker list.
|
buildSnapshot, getNextRouter, getRuleRepository, getUrl, isForce, isRuntime, route, setForce, setNextRouter, setUrlequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstoppublic static final String NAME
public MockInvokersSelector(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–2022 The Apache Software Foundation. All rights reserved.