Class VideoServiceGrpc.VideoServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    VideoServiceGrpc

    public abstract static class VideoServiceGrpc.VideoServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage videos.
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void getVideo​(GetVideoRequest request, io.grpc.stub.StreamObserver<Video> responseObserver)
      Returns the requested video in full detail.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoServiceImplBase

        public VideoServiceImplBase()
    • Method Detail

      • getVideo

        public void getVideo​(GetVideoRequest request,
                             io.grpc.stub.StreamObserver<Video> responseObserver)
         Returns the requested video in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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