@Configuration
@ConditionalOnProperty(prefix="spring.boot.admin.notify.opsgenie",
name="api-key")
public static class NotifierConfiguration.OpsGenieNotifierConfiguration
extends Object
| Constructor and Description |
|---|
OpsGenieNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OpsGenieNotifier |
opsgenieNotifier() |
@Bean @ConditionalOnMissingBean @ConfigurationProperties(value="spring.boot.admin.notify.opsgenie") public OpsGenieNotifier opsgenieNotifier()
Copyright © 2018 codecentric AG. All rights reserved.