Package com.viam.service.generic.v1
Class GenericServiceGrpc.GenericServiceImplBase
java.lang.Object
com.viam.service.generic.v1.GenericServiceGrpc.GenericServiceImplBase
- All Implemented Interfaces:
GenericServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GenericServiceGrpc
public abstract static class GenericServiceGrpc.GenericServiceImplBase
extends Object
implements io.grpc.BindableService, GenericServiceGrpc.AsyncService
Base class for the server implementation of the service GenericService.
GenericService services all generic services associated with a robot
-
Constructor Details
-
GenericServiceImplBase
public GenericServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-