Class ConfigServiceGrpc.ConfigServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
- All Implemented Interfaces:
ConfigServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ConfigServiceGrpcImpl
- Enclosing class:
- ConfigServiceGrpc
public abstract static class ConfigServiceGrpc.ConfigServiceImplBase
extends Object
implements io.grpc.BindableService, ConfigServiceGrpc.AsyncService
Base class for the server implementation of the service ConfigService.
Provides simple configuration data to users. Unauthenticated users may call GetAuthenticationConstants to discover hints on how they should proceed with providing their identity, while already-authenticated clients may call GetConfigurationConstants for details on using the platform.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.AsyncService
getAuthenticationConstants, getConfigurationConstants
-
Constructor Details
-
ConfigServiceImplBase
public ConfigServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-