Package com.viam.service.navigation.v1
Class NavigationServiceGrpc.NavigationServiceImplBase
java.lang.Object
com.viam.service.navigation.v1.NavigationServiceGrpc.NavigationServiceImplBase
- All Implemented Interfaces:
NavigationServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- NavigationServiceGrpc
public abstract static class NavigationServiceGrpc.NavigationServiceImplBase
extends Object
implements io.grpc.BindableService, NavigationServiceGrpc.AsyncService
Base class for the server implementation of the service NavigationService.
A NavigationService declares the gRPC contract for a Navigation service
-
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.service.navigation.v1.NavigationServiceGrpc.AsyncService
addWaypoint, doCommand, getLocation, getMode, getObstacles, getPaths, getProperties, getWaypoints, removeWaypoint, setMode
-
Constructor Details
-
NavigationServiceImplBase
public NavigationServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-