Class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase

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

    public abstract static class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage Hotel Performance Views.
     
    • Constructor Detail

      • HotelPerformanceViewServiceImplBase

        public HotelPerformanceViewServiceImplBase()
    • Method Detail

      • getHotelPerformanceView

        public void getHotelPerformanceView​(GetHotelPerformanceViewRequest request,
                                            io.grpc.stub.StreamObserver<HotelPerformanceView> responseObserver)
         Returns the requested Hotel Performance View 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