Package io.stargate.bridge.proto
Class StargateBridgeGrpc.StargateBridgeImplBase
java.lang.Object
io.stargate.bridge.proto.StargateBridgeGrpc.StargateBridgeImplBase
- All Implemented Interfaces:
io.grpc.BindableService,StargateBridgeGrpc.AsyncService
- Enclosing class:
- StargateBridgeGrpc
public abstract static class StargateBridgeGrpc.StargateBridgeImplBase
extends Object
implements io.grpc.BindableService, StargateBridgeGrpc.AsyncService
Base class for the server implementation of the service StargateBridge.
The gPRC API used by Stargate services to interact with the persistence backend.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.stargate.bridge.proto.StargateBridgeGrpc.AsyncService
authorizeSchemaReads, describeKeyspace, executeBatch, executeQuery, executeQueryWithSchema, getSupportedFeatures
-
Constructor Details
-
StargateBridgeImplBase
public StargateBridgeImplBase()
-
-
Method Details
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-