@InternalApi public final class ReadRowsRetryCompletedCallable<RowT> extends com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,RowT>
This callable works in tandem with ReadRowsResumptionStrategy, which will send a
FULFILLED_REQUEST_MARKER to be processed by this callable. Upon receiving the FULFILLED_REQUEST_MARKER, this callable will promptly notify the ResponseObserver that
the stream has been successfully compeleted.
This class is considered an internal implementation detail and not meant to be used by applications.
| Constructor and Description |
|---|
ReadRowsRetryCompletedCallable(com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,RowT> inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(ReadRowsRequest request,
com.google.api.gax.rpc.ResponseObserver<RowT> responseObserver,
com.google.api.gax.rpc.ApiCallContext context) |
public ReadRowsRetryCompletedCallable(com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,RowT> inner)
public void call(ReadRowsRequest request, com.google.api.gax.rpc.ResponseObserver<RowT> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
call in class com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,RowT>Copyright © 2018 Google LLC. All rights reserved.