Package com.viam.component.button.v1
Class ButtonServiceGrpc.ButtonServiceImplBase
java.lang.Object
com.viam.component.button.v1.ButtonServiceGrpc.ButtonServiceImplBase
- All Implemented Interfaces:
ButtonServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
ButtonServiceGrpc
public abstract static class ButtonServiceGrpc.ButtonServiceImplBase
extends Object
implements io.grpc.BindableService, ButtonServiceGrpc.AsyncService
Base class for the server implementation of the service ButtonService.
A ButtonService services buttons associated with a machine
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viam.component.button.v1.ButtonServiceGrpc.AsyncService
doCommand, getStatus, push
-
Constructor Details
-
ButtonServiceImplBase
public ButtonServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-