All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clarifai2.api.request.PaginatedRequestVendor Maven / Gradle / Ivy

The newest version!
package clarifai2.api.request;

import com.google.common.util.concurrent.ListenableFuture;

interface PaginatedRequestVendor {
  ListenableFuture vendRequestGrpc(int page);

  T vendResponseGrpc(Object returnedObject);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy