All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BQAccountBillingFulfillmentServiceBean Maven / Gradle / Ivy

package com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice;

import io.grpc.BindableService;
import io.quarkus.grpc.GrpcService;
import io.quarkus.grpc.runtime.MutinyBean;

@javax.annotation.Generated(
value = "by Mutiny Grpc generator",
comments = "Source: v10/api/bq_account_billing_fulfillment_service.proto")
public class BQAccountBillingFulfillmentServiceBean extends MutinyBQAccountBillingFulfillmentServiceGrpc.BQAccountBillingFulfillmentServiceImplBase implements BindableService, MutinyBean {

    private final BQAccountBillingFulfillmentService delegate;

    BQAccountBillingFulfillmentServiceBean(@GrpcService BQAccountBillingFulfillmentService delegate) {
       this.delegate = delegate;
    }

    @Override
    public io.smallrye.mutiny.Uni exchangeAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.ExchangeAccountBillingFulfillmentRequest request) {
       try {
         return delegate.exchangeAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni executeAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.ExecuteAccountBillingFulfillmentRequest request) {
       try {
         return delegate.executeAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni initiateAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.InitiateAccountBillingFulfillmentRequest request) {
       try {
         return delegate.initiateAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni notifyAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.NotifyAccountBillingFulfillmentRequest request) {
       try {
         return delegate.notifyAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni requestAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.RequestAccountBillingFulfillmentRequest request) {
       try {
         return delegate.requestAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni retrieveAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.RetrieveAccountBillingFulfillmentRequest request) {
       try {
         return delegate.retrieveAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni updateAccountBillingFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountbillingfulfillmentservice.BqAccountBillingFulfillmentService.UpdateAccountBillingFulfillmentRequest request) {
       try {
         return delegate.updateAccountBillingFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy