Uses of Class
com.google.api.gax.rpc.BatchedRequestIssuer
Packages that use BatchedRequestIssuer
-
Uses of BatchedRequestIssuer in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return types with arguments of type BatchedRequestIssuerMethod parameters in com.google.api.gax.rpc with type arguments of type BatchedRequestIssuerModifier and TypeMethodDescriptionvoidBatchingDescriptor.splitException(Throwable throwable, Collection<? extends BatchedRequestIssuer<ResponseT>> batch) Splits the exception that resulted from a batched call into an individual setException call on each RequestIssuer.voidBatchingDescriptor.splitResponse(ResponseT batchResponse, Collection<? extends BatchedRequestIssuer<ResponseT>> batch) Splits the result from a batched call into an individual setResponse call on each RequestIssuer.