Class BatchedFuture<ResponseT>

  • All Implemented Interfaces:
    ApiFuture<ResponseT>, Future<ResponseT>

    @InternalApi
    public class BatchedFuture<ResponseT>
    extends AbstractApiFuture<ResponseT>
    An ApiFuture to be used with batching.

    This is public only for technical reasons, for advanced usage.