Class GrpcStoreLifecycleHookServiceGrpc.GrpcStoreLifecycleHookServiceImplBase
java.lang.Object
com.linkedin.venice.protocols.hooks.GrpcStoreLifecycleHookServiceGrpc.GrpcStoreLifecycleHookServiceImplBase
- All Implemented Interfaces:
GrpcStoreLifecycleHookServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GrpcStoreLifecycleHookServiceGrpc
public abstract static class GrpcStoreLifecycleHookServiceGrpc.GrpcStoreLifecycleHookServiceImplBase
extends Object
implements io.grpc.BindableService, GrpcStoreLifecycleHookServiceGrpc.AsyncService
Base class for the server implementation of the service GrpcStoreLifecycleHookService.
-
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.hooks.GrpcStoreLifecycleHookServiceGrpc.AsyncService
postVersionSwap
-
Constructor Details
-
GrpcStoreLifecycleHookServiceImplBase
public GrpcStoreLifecycleHookServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-