Interface ScrollableHitSource.AsyncResponse

  • Enclosing class:
    ScrollableHitSource

    public static interface ScrollableHitSource.AsyncResponse
    • Method Summary

      Modifier and Type Method Description
      void done​(TimeValue extraKeepAlive)
      Called when done processing response to signal more data is needed.
      ScrollableHitSource.Response response()
      The response data made available.
    • Method Detail

      • done

        void done​(TimeValue extraKeepAlive)
        Called when done processing response to signal more data is needed.
        Parameters:
        extraKeepAlive - extra time to keep underlying scroll open.