@Configuration
@ConditionalOnProperty(prefix="spring.boot.admin.notify.slack",
name="webhook-url")
public static class NotifierConfiguration.SlackNotifierConfiguration
extends Object
| Constructor and Description |
|---|
SlackNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SlackNotifier |
slackNotifier() |
@Bean @ConditionalOnMissingBean @ConfigurationProperties(value="spring.boot.admin.notify.slack") public SlackNotifier slackNotifier()
Copyright © 2018 codecentric AG. All rights reserved.