Package com.viam.component.base.v1
Class BaseServiceGrpc.BaseServiceImplBase
java.lang.Object
com.viam.component.base.v1.BaseServiceGrpc.BaseServiceImplBase
- All Implemented Interfaces:
BaseServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BaseServiceGrpc
public abstract static class BaseServiceGrpc.BaseServiceImplBase
extends Object
implements io.grpc.BindableService, BaseServiceGrpc.AsyncService
Base class for the server implementation of the service BaseService.
-
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.base.v1.BaseServiceGrpc.AsyncService
doCommand, getGeometries, getProperties, isMoving, moveStraight, setPower, setVelocity, spin, stop
-
Constructor Details
-
BaseServiceImplBase
public BaseServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-