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