| Package | Description |
|---|---|
| de.codecentric.boot.admin.config | |
| de.codecentric.boot.admin.notify |
| Modifier and Type | Field and Description |
|---|---|
Notifier |
NotifierConfiguration.NotifierListenerConfiguration.notifier |
| Modifier and Type | Method and Description |
|---|---|
CompositeNotifier |
NotifierConfiguration.CompositeNotifierConfiguration.compositeNotifier(List<Notifier> notifiers) |
| Modifier and Type | Class and Description |
|---|---|
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 |
MailNotifier
Notifier sending emails.
|
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.
|
| Constructor and Description |
|---|
NotifierListener(Notifier notifier) |
RemindingNotifier(Notifier delegate) |
| Constructor and Description |
|---|
CompositeNotifier(Iterable<Notifier> notifiers) |
Copyright © 2016 codecentric AG. All rights reserved.