Class WebhookNotificationService
java.lang.Object
io.camunda.optimize.service.alert.WebhookNotificationService
- All Implemented Interfaces:
AlertNotificationService,ConfigurationReloadable
@Component
public class WebhookNotificationService
extends Object
implements AlertNotificationService, ConfigurationReloadable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidnotify(AlertNotificationDto notification) voidreloadConfiguration(org.springframework.context.ApplicationContext context)
-
Constructor Details
-
WebhookNotificationService
-
-
Method Details
-
close
@PreDestroy public void close() -
reloadConfiguration
public void reloadConfiguration(org.springframework.context.ApplicationContext context) - Specified by:
reloadConfigurationin interfaceConfigurationReloadable
-
notify
- Specified by:
notifyin interfaceAlertNotificationService
-
getNotificationDescription
- Specified by:
getNotificationDescriptionin interfaceAlertNotificationService
-