Class SchemaGrpcServiceGrpc.SchemaGrpcServiceImplBase
java.lang.Object
com.linkedin.venice.protocols.controller.SchemaGrpcServiceGrpc.SchemaGrpcServiceImplBase
- All Implemented Interfaces:
SchemaGrpcServiceGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
SchemaGrpcServiceImpl
- Enclosing class:
- SchemaGrpcServiceGrpc
public abstract static class SchemaGrpcServiceGrpc.SchemaGrpcServiceImplBase
extends Object
implements io.grpc.BindableService, SchemaGrpcServiceGrpc.AsyncService
Base class for the server implementation of the service SchemaGrpcService.
-
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 com.linkedin.venice.protocols.controller.SchemaGrpcServiceGrpc.AsyncService
getKeySchema, getValueSchema
-
Constructor Details
-
SchemaGrpcServiceImplBase
public SchemaGrpcServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-