Uses of Interface
io.camunda.optimize.service.db.reader.AlertReader
Packages that use AlertReader
Package
Description
-
Uses of AlertReader in io.camunda.optimize.service.alert
Constructors in io.camunda.optimize.service.alert with parameters of type AlertReaderModifierConstructorDescriptionAlertJob(ConfigurationService configurationService, List<AlertNotificationService> notificationServices, AlertReader alertReader, ReportReader reportReader, AlertWriter alertWriter, PlainReportEvaluationHandler reportEvaluator) AlertService(org.springframework.context.ApplicationContext applicationContext, AlertReader alertReader, AlertWriter alertWriter, ConfigurationService configurationService, AlertReminderJobFactory alertReminderJobFactory, AlertCheckJobFactory alertCheckJobFactory, ReportService reportService, AuthorizedCollectionService authorizedCollectionService, AlertRecipientValidator alertRecipientValidator) -
Uses of AlertReader in io.camunda.optimize.service.db.es.reader
Classes in io.camunda.optimize.service.db.es.reader that implement AlertReader -
Uses of AlertReader in io.camunda.optimize.service.db.os.reader
Classes in io.camunda.optimize.service.db.os.reader that implement AlertReader -
Uses of AlertReader in io.camunda.optimize.service.mixpanel
Constructors in io.camunda.optimize.service.mixpanel with parameters of type AlertReaderModifierConstructorDescriptionMixpanelDataService(ConfigurationService configurationService, ReportReader reportReader, DashboardReader dashboardReader, AlertReader alertReader, SharingReader sharingReader)