@Configuration
@ConditionalOnProperty(prefix="spring.boot.admin.notify.telegram",
name="auth-token")
public static class NotifierConfiguration.TelegramNotifierConfiguration
extends Object
| Constructor and Description |
|---|
TelegramNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TelegramNotifier |
telegramNotifier() |
@Bean @ConditionalOnMissingBean @ConfigurationProperties(value="spring.boot.admin.notify.telegram") public TelegramNotifier telegramNotifier()
Copyright © 2018 codecentric AG. All rights reserved.