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 Details

    • ConfigServiceImplBase

      public ConfigServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService