Interface ManyFetcher<T>

    • Method Detail

      • fetchMany

        PageResponse<T> fetchMany​(PageRequest request)
        Parameters:
        request - - a pageRequest to use to paginate the response, this will be limited if it exceeds system limits
        Returns:
        a pageResponse of given type that matches the given restrictions