Class WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub>
com.viam.service.worldstatestore.v1.WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub
- Enclosing class:
- WorldStateStoreServiceGrpc
public static final class WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service WorldStateStoreService.
-
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 TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<Common.DoCommandResponse>
doCommand
(Common.DoCommandRequest request) DoCommand sends/receives arbitrary commandscom.google.common.util.concurrent.ListenableFuture<WorldStateStore.GetTransformResponse>
GetTransform returns a world state transform by uuidcom.google.common.util.concurrent.ListenableFuture<WorldStateStore.ListUUIDsResponse>
ListUUIDs returns all world state transform UUIDsMethods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods 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 WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<WorldStateStoreServiceGrpc.WorldStateStoreServiceFutureStub>
-
listUUIDs
public com.google.common.util.concurrent.ListenableFuture<WorldStateStore.ListUUIDsResponse> listUUIDs(WorldStateStore.ListUUIDsRequest request) ListUUIDs returns all world state transform UUIDs
-
getTransform
public com.google.common.util.concurrent.ListenableFuture<WorldStateStore.GetTransformResponse> getTransform(WorldStateStore.GetTransformRequest request) GetTransform returns a world state transform by uuid
-
doCommand
public com.google.common.util.concurrent.ListenableFuture<Common.DoCommandResponse> doCommand(Common.DoCommandRequest request) DoCommand sends/receives arbitrary commands
-