Class CarrierConstantServiceGrpc.CarrierConstantServiceImplBase

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

    public abstract static class CarrierConstantServiceGrpc.CarrierConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch carrier constants.
     
    • Constructor Detail

      • CarrierConstantServiceImplBase

        public CarrierConstantServiceImplBase()
    • Method Detail

      • getCarrierConstant

        public void getCarrierConstant​(GetCarrierConstantRequest request,
                                       io.grpc.stub.StreamObserver<CarrierConstant> responseObserver)
         Returns the requested carrier constant 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