Package com.viam.service.video.v1
Class VideoServiceGrpc.VideoServiceImplBase
java.lang.Object
com.viam.service.video.v1.VideoServiceGrpc.VideoServiceImplBase
- All Implemented Interfaces:
VideoServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
VideoServiceGrpc
public abstract static class VideoServiceGrpc.VideoServiceImplBase
extends Object
implements io.grpc.BindableService, VideoServiceGrpc.AsyncService
Base class for the server implementation of the service VideoService.
VideoService services video streaming and retrieval
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viam.service.video.v1.VideoServiceGrpc.AsyncService
doCommand, getStatus, getVideo
-
Constructor Details
-
VideoServiceImplBase
public VideoServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-