Package tech.figure.objectstore.gateway
Class GatewayGrpc.GatewayImplBase
java.lang.Object
tech.figure.objectstore.gateway.GatewayGrpc.GatewayImplBase
- All Implemented Interfaces:
io.grpc.BindableService,GatewayGrpc.AsyncService
- Enclosing class:
- GatewayGrpc
public abstract static class GatewayGrpc.GatewayImplBase
extends Object
implements io.grpc.BindableService, GatewayGrpc.AsyncService
Base class for the server implementation of the service Gateway.
-
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.GatewayGrpc.AsyncService
batchGrantObjectPermissions, batchGrantScopePermission, fetchObject, fetchObjectByHash, grantObjectPermissions, grantScopePermission, putObject, registerExistingObject, revokeObjectPermissions, revokeScopePermission
-
Constructor Details
-
GatewayImplBase
public GatewayImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-