@Deprecated public interface Router extends org.apache.dubbo.rpc.cluster.Router
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Router o)
已过时。
|
default int |
compareTo(org.apache.dubbo.rpc.cluster.Router o)
已过时。
|
default int |
getPriority()
已过时。
|
URL |
getUrl()
已过时。
|
default boolean |
isForce()
已过时。
|
default boolean |
isRuntime()
已过时。
|
<T> List<Invoker<T>> |
route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
default <T> List<org.apache.dubbo.rpc.Invoker<T>> |
route(List<org.apache.dubbo.rpc.Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
org.apache.dubbo.rpc.Invocation invocation)
已过时。
|
URL getUrl()
getUrl 在接口中 org.apache.dubbo.rpc.cluster.Router<T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
RpcExceptionint compareTo(Router o)
default <T> List<org.apache.dubbo.rpc.Invoker<T>> route(List<org.apache.dubbo.rpc.Invoker<T>> invokers, org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException
route 在接口中 org.apache.dubbo.rpc.cluster.Routerorg.apache.dubbo.rpc.RpcExceptiondefault boolean isRuntime()
isRuntime 在接口中 org.apache.dubbo.rpc.cluster.Routerdefault boolean isForce()
isForce 在接口中 org.apache.dubbo.rpc.cluster.Routerdefault int getPriority()
getPriority 在接口中 org.apache.dubbo.rpc.cluster.Routerdefault int compareTo(org.apache.dubbo.rpc.cluster.Router o)
compareTo 在接口中 Comparable<org.apache.dubbo.rpc.cluster.Router>compareTo 在接口中 org.apache.dubbo.rpc.cluster.RouterCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.