public interface LoadBalancer
| 限定符和类型 | 方法和说明 |
|---|---|
static LoadBalancer |
getByCode(int code) |
String |
selectNode(String[] nodes) |
<T> T |
selectService(List<T> services) |
<T> T selectService(List<T> services) throws RpcException
RpcExceptionString selectNode(String[] nodes) throws RpcException
RpcExceptionstatic LoadBalancer getByCode(int code)
Copyright © 2023. All rights reserved.