Class PowerSensorServiceGrpc.PowerSensorServiceImplBase
java.lang.Object
com.viam.component.powersensor.v1.PowerSensorServiceGrpc.PowerSensorServiceImplBase
- All Implemented Interfaces:
PowerSensorServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
PowerSensorRPCService
- Enclosing class:
- PowerSensorServiceGrpc
public abstract static class PowerSensorServiceGrpc.PowerSensorServiceImplBase
extends Object
implements io.grpc.BindableService, PowerSensorServiceGrpc.AsyncService
Base class for the server implementation of the service PowerSensorService.
PowerSensorService services all power 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.powersensor.v1.PowerSensorServiceGrpc.AsyncService
doCommand, getCurrent, getPower, getReadings, getVoltage
-
Constructor Details
-
PowerSensorServiceImplBase
public PowerSensorServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-