Class ConfigServiceGrpcImpl

java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
io.deephaven.server.config.ConfigServiceGrpcImpl
All Implemented Interfaces:
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.AsyncService, io.grpc.BindableService

public class ConfigServiceGrpcImpl extends io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase
Serves specified configuration properties to gRPC clients.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getAuthenticationConstants(@NotNull io.deephaven.proto.backplane.grpc.AuthenticationConstantsRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse> responseObserver)
     
    void
    getConfigurationConstants(@NotNull io.deephaven.proto.backplane.grpc.ConfigurationConstantsRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ConfigurationConstantsResponse> responseObserver)
     

    Methods inherited from class io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceImplBase

    bindService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigServiceGrpcImpl

      @Inject public ConfigServiceGrpcImpl(SessionService sessionService)
  • Method Details

    • getAuthenticationConstants

      public void getAuthenticationConstants(@NotNull @NotNull io.deephaven.proto.backplane.grpc.AuthenticationConstantsRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse> responseObserver)
    • getConfigurationConstants

      public void getConfigurationConstants(@NotNull @NotNull io.deephaven.proto.backplane.grpc.ConfigurationConstantsRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ConfigurationConstantsResponse> responseObserver)