Class StoreGrpcServiceGrpc.StoreGrpcServiceImplBase
java.lang.Object
com.linkedin.venice.protocols.controller.StoreGrpcServiceGrpc.StoreGrpcServiceImplBase
- All Implemented Interfaces:
StoreGrpcServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
StoreGrpcServiceImpl
- Enclosing class:
- StoreGrpcServiceGrpc
public abstract static class StoreGrpcServiceGrpc.StoreGrpcServiceImplBase
extends Object
implements io.grpc.BindableService, StoreGrpcServiceGrpc.AsyncService
Base class for the server implementation of the service StoreGrpcService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.linkedin.venice.protocols.controller.StoreGrpcServiceGrpc.AsyncService
checkResourceCleanupForStoreCreation, createStore, deleteAclForStore, getAclForStore, updateAclForStore
-
Constructor Details
-
StoreGrpcServiceImplBase
public StoreGrpcServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-