com.redhat.mercury.merchandisingloan.v10.api.bqinterestservice.BQInterestService Maven / Gradle / Ivy
The newest version!
package com.redhat.mercury.merchandisingloan.v10.api.bqinterestservice;
import io.quarkus.grpc.runtime.MutinyService;
@javax.annotation.Generated(
value = "by Mutiny Grpc generator",
comments = "Source: v10/api/bq_interest_service.proto")
public interface BQInterestService extends MutinyService {
io.smallrye.mutiny.Uni retrieveInterest(com.redhat.mercury.merchandisingloan.v10.api.bqinterestservice.BqInterestService.RetrieveInterestRequest request);
io.smallrye.mutiny.Uni updateInterest(com.redhat.mercury.merchandisingloan.v10.api.bqinterestservice.BqInterestService.UpdateInterestRequest request);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy