Class ConfigServerInstanceProvider


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

      • ConfigServerInstanceProvider

        @Deprecated
        public ConfigServerInstanceProvider​(org.springframework.cloud.client.discovery.DiscoveryClient client)
        Deprecated.
      • ConfigServerInstanceProvider

        public ConfigServerInstanceProvider​(ConfigServerInstanceProvider.Function function,
                                            org.springframework.boot.context.properties.bind.Binder binder,
                                            org.springframework.boot.context.properties.bind.BindHandler bindHandler)
    • Method Detail

      • getConfigServerInstances

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