Class ObjectServiceGrpc.ObjectServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.ObjectServiceGrpc.ObjectServiceImplBase
- All Implemented Interfaces:
ObjectServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ObjectServiceGrpcImpl
- Enclosing class:
- ObjectServiceGrpc
public abstract static class ObjectServiceGrpc.ObjectServiceImplBase
extends Object
implements io.grpc.BindableService, ObjectServiceGrpc.AsyncService
Base class for the server implementation of the service ObjectService.
-
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.ObjectServiceGrpc.AsyncService
fetchObject, messageStream, nextMessageStream, openMessageStream
-
Constructor Details
-
ObjectServiceImplBase
public ObjectServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-