Package viam.app.cloudslam.v1
Class CloudSLAMServiceGrpc.CloudSLAMServiceImplBase
java.lang.Object
viam.app.cloudslam.v1.CloudSLAMServiceGrpc.CloudSLAMServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,CloudSLAMServiceGrpc.AsyncService
- Enclosing class:
- CloudSLAMServiceGrpc
public abstract static class CloudSLAMServiceGrpc.CloudSLAMServiceImplBase
extends Object
implements io.grpc.BindableService, CloudSLAMServiceGrpc.AsyncService
Base class for the server implementation of the service CloudSLAMService.
-
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 viam.app.cloudslam.v1.CloudSLAMServiceGrpc.AsyncService
getActiveMappingSessionsForRobot, getMappingSessionMetadataByID, getMappingSessionPointCloud, listMappingSessions, startMappingSession, stopMappingSession
-
Constructor Details
-
CloudSLAMServiceImplBase
public CloudSLAMServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-