@Deprecated public interface Router extends org.apache.dubbo.rpc.cluster.Router
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Router o)
Deprecated.
|
default int |
compareTo(org.apache.dubbo.rpc.cluster.Router o)
Deprecated.
|
default int |
getPriority()
Deprecated.
|
URL |
getUrl()
Deprecated.
|
default boolean |
isForce()
Deprecated.
|
default boolean |
isRuntime()
Deprecated.
|
<T> List<Invoker<T>> |
route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
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)
Deprecated.
|
URL getUrl()
getUrl in interface 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 in interface org.apache.dubbo.rpc.cluster.Routerorg.apache.dubbo.rpc.RpcExceptiondefault boolean isRuntime()
isRuntime in interface org.apache.dubbo.rpc.cluster.Routerdefault boolean isForce()
isForce in interface org.apache.dubbo.rpc.cluster.Routerdefault int getPriority()
getPriority in interface org.apache.dubbo.rpc.cluster.Routerdefault int compareTo(org.apache.dubbo.rpc.cluster.Router o)
compareTo in interface Comparable<org.apache.dubbo.rpc.cluster.Router>compareTo in interface org.apache.dubbo.rpc.cluster.RouterCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.