Class InputTableServiceGrpc.InputTableServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceImplBase
- All Implemented Interfaces:
InputTableServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
InputTableServiceGrpcImpl
- Enclosing class:
- InputTableServiceGrpc
public abstract static class InputTableServiceGrpc.InputTableServiceImplBase
extends Object
implements io.grpc.BindableService, InputTableServiceGrpc.AsyncService
Base class for the server implementation of the service InputTableService.
This service offers methods to manipulate the contents of input tables.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.AsyncService
addTableToInputTable, deleteTableFromInputTable
-
Constructor Details
-
InputTableServiceImplBase
public InputTableServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-