Package io.deephaven.proto.config.grpc
Class ConfigApiGrpc.ConfigApiImplBase
java.lang.Object
io.deephaven.proto.config.grpc.ConfigApiGrpc.ConfigApiImplBase
- All Implemented Interfaces:
ConfigApiGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
ConfigurationServiceImpl
- Enclosing class:
- ConfigApiGrpc
public abstract static class ConfigApiGrpc.ConfigApiImplBase
extends Object
implements io.grpc.BindableService, ConfigApiGrpc.AsyncService
Base class for the server implementation of the service ConfigApi.
-
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 io.deephaven.proto.config.grpc.ConfigApiGrpc.AsyncService
about, deleteFiles, getAllFiles, getAuthenticationProperties, getFile, getProperties, updateFile
-
Constructor Details
-
ConfigApiImplBase
public ConfigApiImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-