类 MockInvokersSelector<T>

  • 所有已实现的接口:
    StateRouter<T>

    public class MockInvokersSelector<T>
    extends AbstractStateRouter<T>
    A specific Router designed to realize mock feature. If a request is configured to use mock, then this router guarantees that only the invokers with protocol MOCK appear in final the invoker list, all other invokers will be excluded.