Uses of Class
org.springframework.cloud.consul.config.ConsulConfigProperties
-
Uses of ConsulConfigProperties in org.springframework.cloud.consul.config
Methods in org.springframework.cloud.consul.config that return ConsulConfigPropertiesModifier and TypeMethodDescriptionConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.consulConfigProperties(org.springframework.core.env.Environment env) protected ConsulConfigPropertiesConsulPropertySource.getConfigProperties()ConsulConfigDataResource.getProperties()protected ConsulConfigPropertiesConsulConfigDataLocationResolver.loadConfigProperties(org.springframework.boot.context.config.ConfigDataLocationResolverContext resolverContext) Methods in org.springframework.cloud.consul.config with parameters of type ConsulConfigPropertiesModifier and TypeMethodDescriptionConsulConfigAutoConfiguration.ConsulRefreshConfiguration.configWatch(ConsulConfigProperties properties, ConsulConfigIndexes indexes, com.ecwid.consul.v1.ConsulClient consul, org.springframework.scheduling.TaskScheduler taskScheduler) ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties) ConsulConfigDataLocationResolver.getSuffixes(ConsulConfigProperties properties) Constructors in org.springframework.cloud.consul.config with parameters of type ConsulConfigPropertiesModifierConstructorDescriptionConfigWatch(ConsulConfigProperties properties, com.ecwid.consul.v1.ConsulClient consul, LinkedHashMap<String, Long> initialIndexes) ConfigWatch(ConsulConfigProperties properties, com.ecwid.consul.v1.ConsulClient consul, LinkedHashMap<String, Long> initialIndexes, org.springframework.scheduling.TaskScheduler taskScheduler) ConsulConfigDataResource(String context, boolean optional, ConsulConfigProperties properties, ConsulPropertySources consulPropertySources) Deprecated.ConsulConfigDataResource(String context, ConsulConfigProperties properties, ConsulPropertySources consulPropertySources) Deprecated.ConsulConfigDataResource(String context, ConsulConfigProperties properties, ConsulPropertySources consulPropertySources, String profile) ConsulFilesPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties) ConsulPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties) ConsulPropertySourceLocator(com.ecwid.consul.v1.ConsulClient consul, ConsulConfigProperties properties) ConsulPropertySources(ConsulConfigProperties properties, org.apache.commons.logging.Log log)