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 ConsulConfigProperties Modifier and Type Method Description ConsulConfigPropertiesConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration. consulConfigProperties(org.springframework.core.env.Environment env)protected ConsulConfigPropertiesConsulPropertySource. getConfigProperties()ConsulConfigPropertiesConsulConfigDataResource. getProperties()protected ConsulConfigPropertiesConsulConfigDataLocationResolver. loadConfigProperties(org.springframework.boot.context.config.ConfigDataLocationResolverContext resolverContext)Methods in org.springframework.cloud.consul.config with parameters of type ConsulConfigProperties Modifier and Type Method Description ConfigWatchConsulConfigAutoConfiguration.ConsulRefreshConfiguration. configWatch(ConsulConfigProperties properties, ConsulConfigIndexes indexes, com.ecwid.consul.v1.ConsulClient consul, org.springframework.scheduling.TaskScheduler taskScheduler)ConsulPropertySourceLocatorConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration. consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties)protected List<String>ConsulConfigDataLocationResolver. getSuffixes(ConsulConfigProperties properties)Constructors in org.springframework.cloud.consul.config with parameters of type ConsulConfigProperties Constructor Description ConfigWatch(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)
-