Package io.deephaven.server.config
Class ConfigServiceGrpcImpl
java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
io.deephaven.server.config.ConfigServiceGrpcImpl
- All Implemented Interfaces:
ConfigServiceGrpc.AsyncService
,io.grpc.BindableService
Serves specified configuration properties to gRPC clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAuthenticationConstants
(@NotNull AuthenticationConstantsRequest request, @NotNull io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) void
getConfigurationConstants
(@NotNull ConfigurationConstantsRequest request, @NotNull io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver) Methods inherited from class io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
bindService
-
Constructor Details
-
ConfigServiceGrpcImpl
-
-
Method Details
-
getAuthenticationConstants
public void getAuthenticationConstants(@NotNull @NotNull AuthenticationConstantsRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) -
getConfigurationConstants
public void getConfigurationConstants(@NotNull @NotNull ConfigurationConstantsRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver)
-