Class 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.