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 Details

    • SwitchServiceImplBase

      public SwitchServiceImplBase()
  • Method Details

    • bindService

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