| Package | Description |
|---|---|
| de.codecentric.boot.admin.server.config | |
| de.codecentric.boot.admin.server.notify | |
| de.codecentric.boot.admin.server.notify.filter |
| Modifier and Type | Method and Description |
|---|---|
NotificationTrigger |
AdminServerNotifierAutoConfiguration.NotifierTriggerConfiguration.notificationTrigger(Notifier notifier,
org.reactivestreams.Publisher<InstanceEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
CompositeNotifier |
AdminServerNotifierAutoConfiguration.CompositeNotifierConfiguration.compositeNotifier(List<Notifier> notifiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventNotifier
Abstract Notifier which allows disabling and filtering of events.
|
class |
AbstractStatusChangeNotifier
Abstract Notifier for status change which allows filtering of certain status changes.
|
class |
CompositeNotifier
A notifier delegating notifications to all specified notifiers.
|
class |
DiscordNotifier
Notifier submitting events to Discord by webhooks.
|
class |
HipchatNotifier
Notifier submitting events to HipChat.
|
class |
LetsChatNotifier
Notifier submitting events to let´s Chat.
|
class |
LoggingNotifier
Notifier that just writes to a logger.
|
class |
MailNotifier
Notifier sending emails using thymleaf templates.
|
class |
MicrosoftTeamsNotifier |
class |
OpsGenieNotifier
Notifier submitting events to opsgenie.com.
|
class |
PagerdutyNotifier
Notifier submitting events to Pagerduty.
|
class |
RemindingNotifier
Notifier that reminds certain statuses to send reminder notification using a delegate.
|
class |
SlackNotifier
Notifier submitting events to Slack.
|
class |
TelegramNotifier
Notifier submitting events to Telegram.
|
| Constructor and Description |
|---|
NotificationTrigger(Notifier notifier,
org.reactivestreams.Publisher<InstanceEvent> publisher) |
RemindingNotifier(Notifier delegate,
InstanceRepository repository) |
| Constructor and Description |
|---|
CompositeNotifier(Iterable<Notifier> delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringNotifier
Notifier that allows to filter certain events based on policies.
|
| Constructor and Description |
|---|
FilteringNotifier(Notifier delegate,
InstanceRepository repository) |
Copyright © 2019 codecentric AG. All rights reserved.