public class TagRouter extends AbstractRouter
| 构造器和说明 |
|---|
TagRouter() |
| 限定符和类型 | 方法和说明 |
|---|---|
URL |
getUrl()
get the router url.
|
<T> List<Invoker<T>> |
route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
route.
|
compareTo, getPrioritypublic URL getUrl()
RoutergetUrl 在接口中 RoutergetUrl 在类中 AbstractRouterpublic <T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
Routerurl - refer urlRpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.