Class ConfigClusterResolver
- java.lang.Object
-
- com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver
-
- All Implemented Interfaces:
ClusterResolver<AwsEndpoint>
public class ConfigClusterResolver extends java.lang.Object implements ClusterResolver<AwsEndpoint>
A resolver that on-demand resolves from configuration what the endpoints should be.
-
-
Constructor Summary
Constructors Constructor Description ConfigClusterResolver(EurekaClientConfig clientConfig, InstanceInfo myInstanceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AwsEndpoint>getClusterEndpoints()java.lang.StringgetRegion()
-
-
-
Constructor Detail
-
ConfigClusterResolver
public ConfigClusterResolver(EurekaClientConfig clientConfig, InstanceInfo myInstanceInfo)
-
-
Method Detail
-
getRegion
public java.lang.String getRegion()
- Specified by:
getRegionin interfaceClusterResolver<AwsEndpoint>
-
getClusterEndpoints
public java.util.List<AwsEndpoint> getClusterEndpoints()
- Specified by:
getClusterEndpointsin interfaceClusterResolver<AwsEndpoint>
-
-