Package com.viam.component.encoder.v1
Class EncoderServiceGrpc.EncoderServiceImplBase
java.lang.Object
com.viam.component.encoder.v1.EncoderServiceGrpc.EncoderServiceImplBase
- All Implemented Interfaces:
EncoderServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EncoderServiceGrpc
public abstract static class EncoderServiceGrpc.EncoderServiceImplBase
extends Object
implements io.grpc.BindableService, EncoderServiceGrpc.AsyncService
Base class for the server implementation of the service EncoderService.
-
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.encoder.v1.EncoderServiceGrpc.AsyncService
doCommand, getGeometries, getPosition, getProperties, resetPosition
-
Constructor Details
-
EncoderServiceImplBase
public EncoderServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-