Class StreamServiceGrpc.StreamServiceImplBase

java.lang.Object
proto.stream.v1.StreamServiceGrpc.StreamServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService, StreamServiceGrpc.AsyncService
Enclosing class:
StreamServiceGrpc

public abstract static class StreamServiceGrpc.StreamServiceImplBase extends Object implements io.grpc.BindableService, StreamServiceGrpc.AsyncService
Base class for the server implementation of the service StreamService.
 A StreamService is used to coordinate with a WebRTC the listing,
 addition, and removal of registered video streams.
 TODO(https://github.com/viamrobotics/rdk/issues/509): support removal
 
  • Constructor Details

    • StreamServiceImplBase

      public StreamServiceImplBase()
  • Method Details

    • bindService

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