public class PollingConfigMapChangeDetector extends ConfigurationChangeDetector
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
environment, properties, strategy
Constructor and Description |
---|
PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment,
ConfigReloadProperties properties,
ConfigurationUpdateStrategy strategy,
Class propertySourceClass,
org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator)
Deprecated.
|
PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment,
ConfigReloadProperties properties,
ConfigurationUpdateStrategy strategy,
Class propertySourceClass,
org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator,
org.springframework.scheduling.TaskScheduler taskExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
executeCycle() |
void |
init() |
changed, changed, findPropertySource, findPropertySources, locateMapPropertySources, reloadProperties
@Deprecated public PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator)
public PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator, org.springframework.scheduling.TaskScheduler taskExecutor)
@PostConstruct public void init()
public void executeCycle()
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.