Package com.atlassian.diagnostics
Class AlertCallbacks
java.lang.Object
com.atlassian.diagnostics.AlertCallbacks
Utility class for creating useful and commonly-used
page streaming callbacks-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PageCallback<T, List<T>> Convenience method to return astreaming callbackthat collects the entire list of the streamed items.
-
Method Details
-
collectingAll
Convenience method to return astreaming callbackthat collects the entire list of the streamed items.
-