Class AdapterGrpc.AdapterImplBase (0.3.0)

public abstract static class AdapterGrpc.AdapterImplBase implements BindableService, AdapterGrpc.AsyncService

Base class for the server implementation of the service Adapter.

Cloud Spanner Adapter API The Cloud Spanner Adapter service allows native drivers of supported database dialects to interact directly with Cloud Spanner by wrapping the underlying wire protocol used by the driver in a gRPC stream.

Inheritance

java.lang.Object > AdapterGrpc.AdapterImplBase

Implements

io.grpc.BindableService, AdapterGrpc.AsyncService

Constructors

AdapterImplBase()

public AdapterImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition