Class AbstractStatusChangeNotifier

java.lang.Object
de.codecentric.boot.admin.server.notify.AbstractEventNotifier
de.codecentric.boot.admin.server.notify.AbstractStatusChangeNotifier
All Implemented Interfaces:
Notifier
Direct Known Subclasses:
DingTalkNotifier, DiscordNotifier, FeiShuNotifier, HipchatNotifier, LetsChatNotifier, LoggingNotifier, MailNotifier, MicrosoftTeamsNotifier, OpsGenieNotifier, PagerdutyNotifier, RocketChatNotifier, SlackNotifier, TelegramNotifier, WebexNotifier

public abstract class AbstractStatusChangeNotifier extends AbstractEventNotifier
Abstract Notifier for status change which allows filtering of certain status changes.
Author:
Johannes Edmeier