Class EnvironmentMonitorAutoConfiguration.PropertyPathNotificationExtractorConfiguration
java.lang.Object
org.springframework.cloud.config.monitor.EnvironmentMonitorAutoConfiguration.PropertyPathNotificationExtractorConfiguration
- Enclosing class:
EnvironmentMonitorAutoConfiguration
@Configuration(proxyBeanMethods=false)
protected static class EnvironmentMonitorAutoConfiguration.PropertyPathNotificationExtractorConfiguration
extends Object
- Author:
- Dave Syer, Will Boyd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PropertyPathNotificationExtractorConfiguration
protected PropertyPathNotificationExtractorConfiguration()
-
-
Method Details
-
githubPropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.github.enabled", havingValue="true", matchIfMissing=true) public GithubPropertyPathNotificationExtractor githubPropertyPathNotificationExtractor() -
gitlabPropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.gitlab.enabled", havingValue="true", matchIfMissing=true) public GitlabPropertyPathNotificationExtractor gitlabPropertyPathNotificationExtractor() -
bitbucketPropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.bitbucket.enabled", havingValue="true", matchIfMissing=true) public BitbucketPropertyPathNotificationExtractor bitbucketPropertyPathNotificationExtractor() -
giteaPropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.gitea.enabled", havingValue="true", matchIfMissing=true) public GiteaPropertyPathNotificationExtractor giteaPropertyPathNotificationExtractor() -
giteePropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.gitee.enabled", havingValue="true", matchIfMissing=true) public GiteePropertyPathNotificationExtractor giteePropertyPathNotificationExtractor() -
gogsPropertyPathNotificationExtractor
@Bean @ConditionalOnProperty(value="spring.cloud.config.server.monitor.gogs.enabled", havingValue="true", matchIfMissing=true) public GogsPropertyPathNotificationExtractor gogsPropertyPathNotificationExtractor()
-