Package io.deephaven.proto.routing.grpc
Class RoutingApiGrpc.RoutingApiImplBase
java.lang.Object
io.deephaven.proto.routing.grpc.RoutingApiGrpc.RoutingApiImplBase
- All Implemented Interfaces:
RoutingApiGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
RoutingServiceImpl
- Enclosing class:
- RoutingApiGrpc
public abstract static class RoutingApiGrpc.RoutingApiImplBase
extends Object
implements io.grpc.BindableService, RoutingApiGrpc.AsyncService
Base class for the server implementation of the service RoutingApi.
Remoting for the DataRoutingService 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.routing.grpc.RoutingApiGrpc.AsyncService
about, getAllDataImportServiceDestinationConfigs, getAllLogAggregatorServiceConfigs, getCollectedClaims, getDataImportServiceConfigs, getDataImportServiceDestinationConfigs, getFile, getFullConfiguration, getLogAggregatorConfig, getLogAggregatorDestinationConfig, getTableDataServiceConfig, getTableDataServiceConfigs, subscribeToDataRoutingChangeNotifications, updateDises, updateFile
-
Constructor Details
-
RoutingApiImplBase
public RoutingApiImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-