Class ConfigServerInstanceProvider

java.lang.Object
org.springframework.cloud.config.client.ConfigServerInstanceProvider

public class ConfigServerInstanceProvider extends Object
Fetches config server instances.
Author:
Nastya Smirnova
  • Constructor Details

    • 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)
  • Method Details

    • getConfigServerInstances

      @Retryable(interceptor="configServerRetryInterceptor") public List<org.springframework.cloud.client.ServiceInstance> getConfigServerInstances(String serviceId)