Package io.deephaven.proto.registry.grpc
Class RegistryApiGrpc.RegistryApiImplBase
java.lang.Object
io.deephaven.proto.registry.grpc.RegistryApiGrpc.RegistryApiImplBase
- All Implemented Interfaces:
RegistryApiGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
ServiceRegistryImpl
- Enclosing class:
- RegistryApiGrpc
public abstract static class RegistryApiGrpc.RegistryApiImplBase
extends Object
implements io.grpc.BindableService, RegistryApiGrpc.AsyncService
Base class for the server implementation of the service RegistryApi.
Remoting for the ServiceRegistry interface.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.proto.registry.grpc.RegistryApiGrpc.AsyncService
about, updateWorkers
-
Constructor Details
-
RegistryApiImplBase
public RegistryApiImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-