Class ConfigServiceGrpc.ConfigServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidgetAuthenticationConstants(AuthenticationConstantsRequest request, io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) voidgetConfigurationConstants(ConfigurationConstantsRequest request, io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver)
-
Constructor Details
-
ConfigServiceImplBase
public ConfigServiceImplBase()
-
-
Method Details
-
getAuthenticationConstants
public void getAuthenticationConstants(AuthenticationConstantsRequest request, io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) -
getConfigurationConstants
public void getConfigurationConstants(ConfigurationConstantsRequest request, io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-