Package viam.app.v1
Class RobotServiceGrpc.RobotServiceImplBase
java.lang.Object
viam.app.v1.RobotServiceGrpc.RobotServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,RobotServiceGrpc.AsyncService
- Enclosing class:
- RobotServiceGrpc
public abstract static class RobotServiceGrpc.RobotServiceImplBase
extends Object
implements io.grpc.BindableService, RobotServiceGrpc.AsyncService
Base class for the server implementation of the service RobotService.
RobotService is used by robots to retrieve configs, report logs, etc...
-
Constructor Details
-
RobotServiceImplBase
public RobotServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-