Class InputTableServiceGrpcImpl

java.lang.Object
io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceImplBase
io.deephaven.server.table.inputtables.InputTableServiceGrpcImpl
All Implemented Interfaces:
io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.AsyncService, io.grpc.BindableService

public class InputTableServiceGrpcImpl extends io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceImplBase
  • Constructor Summary

    Constructors
    Constructor
    Description
    InputTableServiceGrpcImpl(io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring authWiring, TicketRouter ticketRouter, SessionService sessionService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTableToInputTable(@NotNull io.deephaven.proto.backplane.grpc.AddTableRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.AddTableResponse> responseObserver)
     
    void
    deleteTableFromInputTable(@NotNull io.deephaven.proto.backplane.grpc.DeleteTableRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.DeleteTableResponse> responseObserver)
     

    Methods inherited from class io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceImplBase

    bindService

    Methods inherited from class java.lang.Object

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

    • InputTableServiceGrpcImpl

      @Inject public InputTableServiceGrpcImpl(io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring authWiring, TicketRouter ticketRouter, SessionService sessionService)
  • Method Details

    • addTableToInputTable

      public void addTableToInputTable(@NotNull @NotNull io.deephaven.proto.backplane.grpc.AddTableRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.AddTableResponse> responseObserver)
    • deleteTableFromInputTable

      public void deleteTableFromInputTable(@NotNull @NotNull io.deephaven.proto.backplane.grpc.DeleteTableRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.DeleteTableResponse> responseObserver)