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.
    The response data made available.
  • Method Details

    • response

      The response data made available.
    • 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.