Class NonCancellableFuture<ResponseT>

java.lang.Object
com.google.api.core.AbstractApiFuture<ResponseT>
com.google.api.gax.retrying.NonCancellableFuture<ResponseT>
Type Parameters:
ResponseT - future response type
All Implemented Interfaces:
ApiFuture<ResponseT>, Future<ResponseT>

@InternalApi public final class NonCancellableFuture<ResponseT> extends AbstractApiFuture<ResponseT>
A future which cannot be cancelled from the external package.

For internal use, public for technical reasons.