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

com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BQPaymentFulfillmentServiceBean Maven / Gradle / Ivy

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

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_payment_fulfillment_service.proto")
public class BQPaymentFulfillmentServiceBean extends MutinyBQPaymentFulfillmentServiceGrpc.BQPaymentFulfillmentServiceImplBase implements BindableService, MutinyBean {

    private final BQPaymentFulfillmentService delegate;

    BQPaymentFulfillmentServiceBean(@GrpcService BQPaymentFulfillmentService delegate) {
       this.delegate = delegate;
    }

    @Override
    public io.smallrye.mutiny.Uni exchangePaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.ExchangePaymentFulfillmentRequest request) {
       try {
         return delegate.exchangePaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni executePaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.ExecutePaymentFulfillmentRequest request) {
       try {
         return delegate.executePaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni initiatePaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.InitiatePaymentFulfillmentRequest request) {
       try {
         return delegate.initiatePaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni notifyPaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.NotifyPaymentFulfillmentRequest request) {
       try {
         return delegate.notifyPaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni requestPaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.RequestPaymentFulfillmentRequest request) {
       try {
         return delegate.requestPaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni retrievePaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.RetrievePaymentFulfillmentRequest request) {
       try {
         return delegate.retrievePaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }
    @Override
    public io.smallrye.mutiny.Uni updatePaymentFulfillment(com.redhat.mercury.tradefinance.v10.api.bqpaymentfulfillmentservice.BqPaymentFulfillmentService.UpdatePaymentFulfillmentRequest request) {
       try {
         return delegate.updatePaymentFulfillment(request);
       } catch (UnsupportedOperationException e) {
          throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
       }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy