Package com.viam.component.sensor.v1
Class SensorServiceGrpc.SensorServiceImplBase
java.lang.Object
com.viam.component.sensor.v1.SensorServiceGrpc.SensorServiceImplBase
- All Implemented Interfaces:
SensorServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
SensorRPCService
- Enclosing class:
- SensorServiceGrpc
public abstract static class SensorServiceGrpc.SensorServiceImplBase
extends Object
implements io.grpc.BindableService, SensorServiceGrpc.AsyncService
Base class for the server implementation of the service SensorService.
SensorService services all generic sensors associated with a robot
-
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 com.viam.component.sensor.v1.SensorServiceGrpc.AsyncService
doCommand, getGeometries, getReadings
-
Constructor Details
-
SensorServiceImplBase
public SensorServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-