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

com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BQAccountFulfillmentServiceBean Maven / Gradle / Ivy

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

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_fulfillment_service.proto")
public class BQAccountFulfillmentServiceBean extends MutinyBQAccountFulfillmentServiceGrpc.BQAccountFulfillmentServiceImplBase implements BindableService, MutinyBean {

    private final BQAccountFulfillmentService delegate;

    BQAccountFulfillmentServiceBean(@GrpcService BQAccountFulfillmentService delegate) {
       this.delegate = delegate;
    }

    @Override
    public io.smallrye.mutiny.Uni exchangeAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.ExchangeAccountFulfillmentRequest request) {
       try {
         return delegate.exchangeAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni executeAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.ExecuteAccountFulfillmentRequest request) {
       try {
         return delegate.executeAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni initiateAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.InitiateAccountFulfillmentRequest request) {
       try {
         return delegate.initiateAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni notifyAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.NotifyAccountFulfillmentRequest request) {
       try {
         return delegate.notifyAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni requestAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.RequestAccountFulfillmentRequest request) {
       try {
         return delegate.requestAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni retrieveAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.RetrieveAccountFulfillmentRequest request) {
       try {
         return delegate.retrieveAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni updateAccountFulfillment(com.redhat.mercury.tradefinance.v10.api.bqaccountfulfillmentservice.BqAccountFulfillmentService.UpdateAccountFulfillmentRequest request) {
       try {
         return delegate.updateAccountFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy