Class BatchedFuture<ResponseT>

java.lang.Object
com.google.api.core.AbstractApiFuture<ResponseT>
com.google.api.gax.rpc.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.