Package gql
Class DatabaseServiceGrpc.DatabaseServiceImplBase
java.lang.Object
gql.DatabaseServiceGrpc.DatabaseServiceImplBase
- All Implemented Interfaces:
DatabaseServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- DatabaseServiceGrpc
public abstract static class DatabaseServiceGrpc.DatabaseServiceImplBase
extends Object
implements io.grpc.BindableService, DatabaseServiceGrpc.AsyncService
Base class for the server implementation of the service DatabaseService.
-
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 gql.DatabaseServiceGrpc.AsyncService
createDatabase, deleteDatabase, getDatabaseInfo, listDatabases
-
Constructor Details
-
DatabaseServiceImplBase
public DatabaseServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-