Interface InvoiceServiceAPI
-
public interface InvoiceServiceAPIFeign client interface for the invoice microservice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvoicegetInvoice(java.lang.String id)
-
-
-
Method Detail
-
getInvoice
Invoice getInvoice(java.lang.String id) throws InvoiceNotFoundRestServiceException
-
-