public class ConfigClusterResolver extends java.lang.Object implements ClusterResolver<AwsEndpoint>
| Constructor and Description |
|---|
ConfigClusterResolver(EurekaClientConfig clientConfig,
InstanceInfo myInstanceInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AwsEndpoint> |
getClusterEndpoints() |
java.lang.String |
getRegion() |
public ConfigClusterResolver(EurekaClientConfig clientConfig, InstanceInfo myInstanceInfo)
public java.lang.String getRegion()
getRegion in interface ClusterResolver<AwsEndpoint>public java.util.List<AwsEndpoint> getClusterEndpoints()
getClusterEndpoints in interface ClusterResolver<AwsEndpoint>