Interface InternalMonitoringService
- All Superinterfaces:
MonitoringService
- All Known Implementing Classes:
DefaultMonitoringService
-
Method Summary
Modifier and TypeMethodDescription<T> TinternalStreamAlertCounts(AlertCriteria criteria, PageCallback<? super AlertCount, T> callback, PageRequest pageRequest) Gives unsecured access toMonitoringService.streamAlertCounts(AlertCriteria, PageCallback, PageRequest), to allow publishing of daily analyticsMethods inherited from interface com.atlassian.diagnostics.MonitoringService
createMonitor, createMonitor, destroyMonitor, findAllComponents, findAllIssues, findAllNodesWithAlerts, findAllPluginsWithAlerts, getMonitor, isEnabled, streamAlertCounts, streamAlerts, streamAlertsWithElisions, subscribe, unsubscribe
-
Method Details
-
internalStreamAlertCounts
<T> T internalStreamAlertCounts(@Nonnull AlertCriteria criteria, @Nonnull PageCallback<? super AlertCount, T> callback, @Nonnull PageRequest pageRequest) Gives unsecured access toMonitoringService.streamAlertCounts(AlertCriteria, PageCallback, PageRequest), to allow publishing of daily analytics
-