@Configuration @ConditionalOnWebApplication @Import(value=FileMonitorConfiguration.class) public class EnvironmentMonitorAutoConfiguration extends Object
Constructor and Description |
---|
EnvironmentMonitorAutoConfiguration() |
@Bean public PropertyPathEndpoint propertyPathEndpoint()
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.github.enabled", havingValue="true", matchIfMissing=true) public GithubPropertyPathNotificationExtractor githubPropertyPathNotificationExtractor()
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.gitlab.enabled", havingValue="true", matchIfMissing=true) public GitlabPropertyPathNotificationExtractor gitlabPropertyPathNotificationExtractor()
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.bitbucket.enabled", havingValue="true", matchIfMissing=true) public BitbucketPropertyPathNotificationExtractor bitbucketPropertyPathNotificationExtractor()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.