Class InputControllerServiceGrpc.InputControllerServiceImplBase
java.lang.Object
com.viam.component.inputcontroller.v1.InputControllerServiceGrpc.InputControllerServiceImplBase
- All Implemented Interfaces:
InputControllerServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- InputControllerServiceGrpc
public abstract static class InputControllerServiceGrpc.InputControllerServiceImplBase
extends Object
implements io.grpc.BindableService, InputControllerServiceGrpc.AsyncService
Base class for the server implementation of the service InputControllerService.
InputControllerService servicestains all input controller associated with a robot
-
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.component.inputcontroller.v1.InputControllerServiceGrpc.AsyncService
doCommand, getControls, getEvents, getGeometries, streamEvents, triggerEvent
-
Constructor Details
-
InputControllerServiceImplBase
public InputControllerServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-