Class GatewayAdminGrpc.GatewayAdminImplBase
java.lang.Object
tech.figure.objectstore.gateway.admin.GatewayAdminGrpc.GatewayAdminImplBase
- All Implemented Interfaces:
io.grpc.BindableService,GatewayAdminGrpc.AsyncService
- Enclosing class:
- GatewayAdminGrpc
public abstract static class GatewayAdminGrpc.GatewayAdminImplBase
extends Object
implements io.grpc.BindableService, GatewayAdminGrpc.AsyncService
Base class for the server implementation of the service GatewayAdmin.
-
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 tech.figure.objectstore.gateway.admin.GatewayAdminGrpc.AsyncService
fetchDataStorageAccount, putDataStorageAccount
-
Constructor Details
-
GatewayAdminImplBase
public GatewayAdminImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-