Package com.google.api.gax.longrunning
-
Interface Summary Interface Description OperationFuture<ResponseT,MetadataT> An ApiFuture which tracks polling of a service.OperationSnapshot A snapshot of a long-running operation. -
Class Summary Class Description OperationFutureImpl<ResponseT,MetadataT> An ApiFuture which tracks polling of a service.OperationFutures OperationResponsePollAlgorithm Operation polling algorithm, which keeps retrying untilOperationSnapshot.isDone()is true.OperationTimedPollAlgorithm Operation timed polling algorithm, which uses exponential backoff factor for determining when the next polling operation should be executed.