类 MockInvokersSelector
- java.lang.Object
-
- com.alibaba.dubbo.rpc.cluster.router.AbstractRouter
-
- com.alibaba.dubbo.rpc.cluster.router.MockInvokersSelector
-
- 所有已实现的接口:
Router
,Comparable<Router>
public class MockInvokersSelector extends AbstractRouter
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.
-
-
构造器概要
构造器 构造器 说明 MockInvokersSelector()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T> List<Invoker<T>>
route(List<Invoker<T>> invokers, URL url, Invocation invocation)
route.-
从类继承的方法 com.alibaba.dubbo.rpc.cluster.router.AbstractRouter
compareTo, getPriority, getUrl
-
-
-
-
方法详细资料
-
route
public <T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
从接口复制的说明:Router
route.url
- refer url- 返回:
- routed invokers
- 抛出:
RpcException
-
-