Class CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase

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

    public abstract static class CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch currency constants.
     
    • Constructor Detail

      • CurrencyConstantServiceImplBase

        public CurrencyConstantServiceImplBase()
    • Method Detail

      • getCurrencyConstant

        public void getCurrencyConstant​(GetCurrencyConstantRequest request,
                                        io.grpc.stub.StreamObserver<CurrencyConstant> responseObserver)
         Returns the requested currency constant.
         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