Class OperationResponsePollAlgorithm

java.lang.Object
com.google.api.gax.longrunning.OperationResponsePollAlgorithm
All Implemented Interfaces:
ResultRetryAlgorithm<OperationSnapshot>

public class OperationResponsePollAlgorithm extends Object implements ResultRetryAlgorithm<OperationSnapshot>
Operation polling algorithm, which keeps retrying until OperationSnapshot.isDone() is true.