Uses of Interface
com.atlassian.diagnostics.PageCallback
Packages that use PageCallback
-
Uses of PageCallback in com.atlassian.diagnostics
Classes in com.atlassian.diagnostics that implement PageCallbackModifier and TypeClassDescriptionclassAbstractPageCallback<T,R> A convenience base class for astreaming callbackthat returns some possiblynullvalue of type Tat the end of streamingand does no initialisation itself of this valuebefore the first item.Methods in com.atlassian.diagnostics that return PageCallbackModifier and TypeMethodDescriptionstatic <T> PageCallback<T, List<T>> AlertCallbacks.collectingAll()Convenience method to return astreaming callbackthat collects the entire list of the streamed items.Methods in com.atlassian.diagnostics with parameters of type PageCallbackModifier and TypeMethodDescription<T> TMonitoringService.streamAlertCounts(AlertCriteria criteria, PageCallback<? super AlertCount, T> callback, PageRequest pageRequest) <T> TMonitoringService.streamAlerts(AlertCriteria criteria, PageCallback<? super Alert, T> callback, PageRequest pageRequest) <T> TMonitoringService.streamAlertsWithElisions(AlertCriteria criteria, PageCallback<? super AlertWithElisions, T> callback, PageRequest pageRequest)