Class ConfigServiceGrpc.ConfigServiceImplBase

java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Direct Known Subclasses:
ConfigServiceGrpcImpl
Enclosing class:
ConfigServiceGrpc

public abstract static class ConfigServiceGrpc.ConfigServiceImplBase extends Object implements io.grpc.BindableService

 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 Details

    • ConfigServiceImplBase

      public ConfigServiceImplBase()
  • Method Details