@Deprecated public interface LoadBalance extends LoadBalance
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
default <T> Invoker<T> |
select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
select one invoker in list.
|
<T> Invoker<T> select(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
RpcExceptiondefault <T> Invoker<T> select(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
LoadBalanceselect in interface LoadBalanceinvokers - invokers.url - refer urlinvocation - invocation.RpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.