Package com.viam.component.nswitch.v1
Class SwitchServiceGrpc.SwitchServiceImplBase
java.lang.Object
com.viam.component.nswitch.v1.SwitchServiceGrpc.SwitchServiceImplBase
- All Implemented Interfaces:
SwitchServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SwitchServiceGrpc
public abstract static class SwitchServiceGrpc.SwitchServiceImplBase
extends Object
implements io.grpc.BindableService, SwitchServiceGrpc.AsyncService
Base class for the server implementation of the service SwitchService.
A SwitchService services switches associated with a machine. Switches can have multiple discrete positions - e.g. a simple switch has 2 positions, but a knob could have 10 positions.
-
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.component.nswitch.v1.SwitchServiceGrpc.AsyncService
doCommand, getNumberOfPositions, getPosition, setPosition
-
Constructor Details
-
SwitchServiceImplBase
public SwitchServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-