public class AddressInvokersSelector extends AbstractRouter
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
NAME |
DEFAULT_PRIORITY| 构造器和说明 |
|---|
AddressInvokersSelector() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<Invoker<T>> |
route(List<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation)
Filter invokers with current routing rule and only return the invokers that comply with the rule.
|
getPriority, getUrl, isForce, isRuntime, setForce, setPriority, setUrlpublic <T> List<Invoker<T>> route(List<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation) throws RpcException
Routerinvokers - invoker listurl - refer urlinvocation - invocationRpcExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.