Class ReadRowsRetryingCallable (3.4.0)

public final class ReadRowsRetryingCallable extends ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>

Inheritance

java.lang.Object > ServerStreamingCallable > ReadRowsRetryingCallable

Constructors

ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)

public ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)
Parameters
NameDescription
contextApiCallContext
innerCallableServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
executorScheduledRetryingExecutor<Void>
resumptionStrategyPrototypeStreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse>

Methods

call(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context)

public void call(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context)
Parameters
NameDescription
requestReadRowsRequest
responseObserverResponseObserver<ReadRowsResponse>
contextApiCallContext
Overrides