@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="spring.cloud.consul.config.enabled",
matchIfMissing=true)
@EnableConfigurationProperties
public class ConsulConfigAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConsulConfigAutoConfiguration.ConsulRefreshConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_WATCH_TASK_SCHEDULER_NAME
Name of the config watch task scheduler bean.
|
| Constructor and Description |
|---|
ConsulConfigAutoConfiguration() |
public static final String CONFIG_WATCH_TASK_SCHEDULER_NAME
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.