Class ConfigServerInstanceProvider
- java.lang.Object
-
- org.springframework.cloud.config.client.ConfigServerInstanceProvider
-
public class ConfigServerInstanceProvider extends Object
Fetches config server instances.- Author:
- Nastya Smirnova
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigServerInstanceProvider.Function
-
Constructor Summary
Constructors Constructor Description ConfigServerInstanceProvider(org.springframework.cloud.client.discovery.DiscoveryClient client)Deprecated.ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function)ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function, org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.springframework.cloud.client.ServiceInstance>getConfigServerInstances(String serviceId)
-
-
-
Constructor Detail
-
ConfigServerInstanceProvider
@Deprecated public ConfigServerInstanceProvider(org.springframework.cloud.client.discovery.DiscoveryClient client)
Deprecated.
-
ConfigServerInstanceProvider
public ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function)
-
ConfigServerInstanceProvider
public ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function, org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
-
-