Class ConfigDataRetryableConfigMapPropertySourceLocator

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator

public class ConfigDataRetryableConfigMapPropertySourceLocator extends ConfigMapPropertySourceLocator
ConfigMapPropertySourceLocator for when retry is enabled.
Author:
Ryan Baxter
  • Field Details

  • Constructor Details

  • Method Details

    • getPropertySource

      protected org.springframework.core.env.MapPropertySource getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType)
    • locate

      public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment)
      Specified by:
      locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
    • locateCollection

      public Collection<org.springframework.core.env.PropertySource<?>> locateCollection(org.springframework.core.env.Environment environment)
      Specified by:
      locateCollection in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
    • setConfigMapPropertySourceLocator

      public void setConfigMapPropertySourceLocator(ConfigMapPropertySourceLocator configMapPropertySourceLocator)
    • getConfigMapPropertySourceLocator

      public ConfigMapPropertySourceLocator getConfigMapPropertySourceLocator()