Class AlertCallbacks

java.lang.Object
com.atlassian.diagnostics.AlertCallbacks

public class AlertCallbacks extends Object
Utility class for creating useful and commonly-used page streaming callbacks
  • Method Details

    • collectingAll

      public static <T> PageCallback<T,List<T>> collectingAll()
      Convenience method to return a streaming callback that collects the entire list of the streamed items.