@Configuration @ConditionalOnClass(value=org.springframework.cloud.context.refresh.ContextRefresher.class) @ConditionalOnBean(value=org.springframework.cloud.context.refresh.ContextRefresher.class) @ConditionalOnProperty(value="spring.cloud.config.watch.enabled") protected static class ConfigClientAutoConfiguration.ConfigClientWatchConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigClientWatchConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConfigClientWatch |
configClientWatch(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher) |
@Bean public ConfigClientWatch configClientWatch(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.