@Configuration protected static class EnvironmentMonitorAutoConfiguration.PropertyPathNotificationExtractorConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyPathNotificationExtractorConfiguration() |
protected PropertyPathNotificationExtractorConfiguration()
@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 © 2017 Pivotal Software, Inc.. All rights reserved.