| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.cluster |
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> RouterResult<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage)
** This method can return the state of whether routerChain needed to continue route. **
Filter invokers with current routing rule and only return the invokers that comply with the rule.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.