Package viam.module.v1
Class ModuleServiceGrpc.ModuleServiceImplBase
java.lang.Object
viam.module.v1.ModuleServiceGrpc.ModuleServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,ModuleServiceGrpc.AsyncService
- Direct Known Subclasses:
BaseModule
,ModuleRPCService
- Enclosing class:
- ModuleServiceGrpc
public abstract static class ModuleServiceGrpc.ModuleServiceImplBase
extends Object
implements io.grpc.BindableService, ModuleServiceGrpc.AsyncService
Base class for the server implementation of the service ModuleService.
ModuleService deals with modular resource registration
-
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 viam.module.v1.ModuleServiceGrpc.AsyncService
addResource, ready, reconfigureResource, removeResource, validateConfig
-
Constructor Details
-
ModuleServiceImplBase
public ModuleServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-