Class ConsoleServiceGrpc.ConsoleServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.script.grpc.ConsoleServiceGrpc.ConsoleServiceImplBase
- All Implemented Interfaces:
ConsoleServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ConsoleServiceGrpcImpl
- Enclosing class:
- ConsoleServiceGrpc
public abstract static class ConsoleServiceGrpc.ConsoleServiceImplBase
extends Object
implements io.grpc.BindableService, ConsoleServiceGrpc.AsyncService
Base class for the server implementation of the service ConsoleService.
Console interaction service
-
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.script.grpc.ConsoleServiceGrpc.AsyncService
autoCompleteStream, bindTableToVariable, cancelAutoComplete, cancelCommand, executeCommand, getConsoleTypes, getHeapInfo, nextAutoCompleteStream, openAutoCompleteStream, startConsole, subscribeToLogs
-
Constructor Details
-
ConsoleServiceImplBase
public ConsoleServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-