public interface EndpointResolver
| 限定符和类型 | 方法和说明 |
|---|---|
String |
resolveGeneralApiEndpoint(String generalApiEndpoint)
return the general api endpoint addr, the result can be ip or ip:port. if you don't do
anything like DefaultEndpointResolver. the http library will implement the dns resolve.
|
String |
resolveGetServiceApiEndpoint(String getServiceApiEndpoint)
return the get service api endpoint addr, the result can be ip or ip:port. if you don't do
anything like DefaultEndpointResolver. the http library will implement the dns resolve.
|
String resolveGeneralApiEndpoint(String generalApiEndpoint)
generalApiEndpoint - String resolveGetServiceApiEndpoint(String getServiceApiEndpoint)
getServiceApiEndpoint - Copyright © 2022. All rights reserved.