Class ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceImplBase

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

    public abstract static class ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch Product Bidding Categories.
     
    • Constructor Detail

      • ProductBiddingCategoryConstantServiceImplBase

        public ProductBiddingCategoryConstantServiceImplBase()
    • Method Detail

      • getProductBiddingCategoryConstant

        public void getProductBiddingCategoryConstant​(GetProductBiddingCategoryConstantRequest request,
                                                      io.grpc.stub.StreamObserver<ProductBiddingCategoryConstant> responseObserver)
         Returns the requested Product Bidding Category 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