Interface ScrollRequest

    • Method Detail

      • getType

        String getType()
        The type of Scroll.
      • getName

        String getName()
        The Scroll implementation name. Returns null for default implementation.
      • getSize

        int getSize()
        The number of items to return per iteration.
      • getReference

        default String getReference()
        Gets a reference associated with the scroll request.
        Since:
        2021.44