Class WorldStateStoreServiceGrpc.WorldStateStoreServiceImplBase
java.lang.Object
com.viam.service.worldstatestore.v1.WorldStateStoreServiceGrpc.WorldStateStoreServiceImplBase
- All Implemented Interfaces:
WorldStateStoreServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WorldStateStoreServiceGrpc
public abstract static class WorldStateStoreServiceGrpc.WorldStateStoreServiceImplBase
extends Object
implements io.grpc.BindableService, WorldStateStoreServiceGrpc.AsyncService
Base class for the server implementation of the service WorldStateStoreService.
-
Constructor Summary
Constructors -
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.worldstatestore.v1.WorldStateStoreServiceGrpc.AsyncService
doCommand, getTransform, listUUIDs, streamTransformChanges
-
Constructor Details
-
WorldStateStoreServiceImplBase
public WorldStateStoreServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-