Package com.viam.component.camera.v1
Class CameraServiceGrpc.CameraServiceImplBase
java.lang.Object
com.viam.component.camera.v1.CameraServiceGrpc.CameraServiceImplBase
- All Implemented Interfaces:
CameraServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
CameraRPCService
- Enclosing class:
- CameraServiceGrpc
public abstract static class CameraServiceGrpc.CameraServiceImplBase
extends Object
implements io.grpc.BindableService, CameraServiceGrpc.AsyncService
Base class for the server implementation of the service CameraService.
A CameraService services all cameras 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.camera.v1.CameraServiceGrpc.AsyncService
doCommand, getGeometries, getImage, getImages, getPointCloud, getProperties, renderFrame
-
Constructor Details
-
CameraServiceImplBase
public CameraServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-