Interface BatchUrlsResponse<T>


public interface BatchUrlsResponse<T>
Represents the response from a batch URL request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves URLs from a batch URL request.
  • Method Details

    • getResultStream

      Stream<T> getResultStream()
      Retrieves URLs from a batch URL request.
      Returns:
      the resulting URLs as a Stream