
com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BQWithdrawalFulfillmentServiceBean Maven / Gradle / Ivy
package com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice;
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_withdrawal_fulfillment_service.proto")
public class BQWithdrawalFulfillmentServiceBean extends MutinyBQWithdrawalFulfillmentServiceGrpc.BQWithdrawalFulfillmentServiceImplBase implements BindableService, MutinyBean {
private final BQWithdrawalFulfillmentService delegate;
BQWithdrawalFulfillmentServiceBean(@GrpcService BQWithdrawalFulfillmentService delegate) {
this.delegate = delegate;
}
@Override
public io.smallrye.mutiny.Uni exchangeWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.ExchangeWithdrawalFulfillmentRequest request) {
try {
return delegate.exchangeWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni executeWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.ExecuteWithdrawalFulfillmentRequest request) {
try {
return delegate.executeWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni initiateWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.InitiateWithdrawalFulfillmentRequest request) {
try {
return delegate.initiateWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni notifyWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.NotifyWithdrawalFulfillmentRequest request) {
try {
return delegate.notifyWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni requestWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.RequestWithdrawalFulfillmentRequest request) {
try {
return delegate.requestWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni retrieveWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.RetrieveWithdrawalFulfillmentRequest request) {
try {
return delegate.retrieveWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni updateWithdrawalFulfillment(com.redhat.mercury.tradefinance.v10.api.bqwithdrawalfulfillmentservice.BqWithdrawalFulfillmentService.UpdateWithdrawalFulfillmentRequest request) {
try {
return delegate.updateWithdrawalFulfillment(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy