public static interface SpannerExecutorProxyGrpc.AsyncService
Service that executes SpannerActions asynchronously.
Methods
executeActionAsync(StreamObserver<SpannerAsyncActionResponse> responseObserver)
public default StreamObserver<SpannerAsyncActionRequest> executeActionAsync(StreamObserver<SpannerAsyncActionResponse> responseObserver)
ExecuteActionAsync is a streaming call that starts executing a new Spanner action. For each request, the server will reply with one or more responses, but only the last response will contain status in the outcome. Responses can be matched to requests by action_id. It is allowed to have multiple actions in flight--in that case, actions are be executed in parallel.
Parameter | |
---|---|
Name | Description |
responseObserver | io.grpc.stub.StreamObserver<SpannerAsyncActionResponse> |
Returns | |
---|---|
Type | Description |
io.grpc.stub.StreamObserver<SpannerAsyncActionRequest> |