Package com.viam.service.navigation.v1
Class NavigationServiceGrpc.NavigationServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<NavigationServiceGrpc.NavigationServiceBlockingStub>
com.viam.service.navigation.v1.NavigationServiceGrpc.NavigationServiceBlockingStub
- Enclosing class:
- NavigationServiceGrpc
public static final class NavigationServiceGrpc.NavigationServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<NavigationServiceGrpc.NavigationServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service NavigationService.
A NavigationService declares the gRPC contract for a Navigation service
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionaddWaypoint(Navigation.AddWaypointRequest request) build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) doCommand(Common.DoCommandRequest request) DoCommand sends/receives arbitrary commandsgetLocation(Navigation.GetLocationRequest request) getMode(Navigation.GetModeRequest request) getPaths(Navigation.GetPathsRequest request) GetProperties returns properties of the current navigation service, including the map_type being operated on.setMode(Navigation.SetModeRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected NavigationServiceGrpc.NavigationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<NavigationServiceGrpc.NavigationServiceBlockingStub>
-
doCommand
DoCommand sends/receives arbitrary commands
-