Class RobotServiceGrpc.RobotServiceImplBase

java.lang.Object
com.viam.robot.v1.RobotServiceGrpc.RobotServiceImplBase
All Implemented Interfaces:
RobotServiceGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
RobotRPCService
Enclosing class:
RobotServiceGrpc

public abstract static class RobotServiceGrpc.RobotServiceImplBase extends Object implements io.grpc.BindableService, RobotServiceGrpc.AsyncService
Base class for the server implementation of the service RobotService.
 A RobotService encompasses all functionality of some robot comprised of parts, local and remote.
 
  • Constructor Details

    • RobotServiceImplBase

      public RobotServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService