| Package | Description |
|---|---|
| de.codecentric.boot.admin.config | |
| de.codecentric.boot.admin.notify | |
| de.codecentric.boot.admin.notify.filter |
| Modifier and Type | Method and Description |
|---|---|
CompositeNotifier |
NotifierConfiguration.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 |
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.
|
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 |
|---|
NotifierListener(Notifier notifier) |
RemindingNotifier(Notifier delegate) |
| 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) |
Copyright © 2018 codecentric AG. All rights reserved.