com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CRProspectCampaignSpecificationServiceBean Maven / Gradle / Ivy
package com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice;
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/cr_prospect_campaign_specification_service.proto")
public class CRProspectCampaignSpecificationServiceBean extends MutinyCRProspectCampaignSpecificationServiceGrpc.CRProspectCampaignSpecificationServiceImplBase implements BindableService, MutinyBean {
private final CRProspectCampaignSpecificationService delegate;
CRProspectCampaignSpecificationServiceBean(@GrpcService CRProspectCampaignSpecificationService delegate) {
this.delegate = delegate;
}
@Override
public io.smallrye.mutiny.Uni capture(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.CaptureRequest request) {
try {
return delegate.capture(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni create(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.CreateRequest request) {
try {
return delegate.create(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni execute(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.ExecuteRequest request) {
try {
return delegate.execute(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni request(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.RequestRequest request) {
try {
return delegate.request(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni retrieve(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.RetrieveRequest request) {
try {
return delegate.retrieve(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
@Override
public io.smallrye.mutiny.Uni update(com.redhat.mercury.prospectcampaigndesign.v10.api.crprospectcampaignspecificationservice.CrProspectCampaignSpecificationService.UpdateRequest request) {
try {
return delegate.update(request);
} catch (UnsupportedOperationException e) {
throw new io.grpc.StatusRuntimeException(io.grpc.Status.UNIMPLEMENTED);
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy