Class AlertJob
java.lang.Object
io.camunda.optimize.service.alert.AlertJob
- All Implemented Interfaces:
org.quartz.Job
-
Constructor Summary
ConstructorsConstructorDescriptionAlertJob(ConfigurationService configurationService, List<AlertNotificationService> notificationServices, AlertReader alertReader, ReportReader reportReader, AlertWriter alertWriter, PlainReportEvaluationHandler reportEvaluator) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext jobExecutionContext)
-
Constructor Details
-
AlertJob
public AlertJob(ConfigurationService configurationService, List<AlertNotificationService> notificationServices, AlertReader alertReader, ReportReader reportReader, AlertWriter alertWriter, PlainReportEvaluationHandler reportEvaluator)
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) - Specified by:
executein interfaceorg.quartz.Job
-