@Configuration @ConditionalOnClass(value=org.springframework.cloud.endpoint.RefreshEndpoint.class) protected static class ConsulConfigAutoConfiguration.ConsulRefreshConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ConsulRefreshConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConfigWatch |
configWatch(ConsulConfigProperties properties,
ConsulPropertySourceLocator locator,
com.ecwid.consul.v1.ConsulClient consul) |
@Bean
@ConditionalOnProperty(name="spring.cloud.consul.config.watch.enabled",
matchIfMissing=true)
public ConfigWatch configWatch(ConsulConfigProperties properties,
ConsulPropertySourceLocator locator,
com.ecwid.consul.v1.ConsulClient consul)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.