Class CXFInvoiceService
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.invoice.CXFInvoiceService
- All Implemented Interfaces:
InvoiceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterateInvoices(InvoiceExportCriteria criteria, io.github.resilience4j.retry.Retry retry) resource()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InvoiceService
iterateInvoices, iterateInvoices, streamInvoices, streamInvoices
-
Constructor Details
-
CXFInvoiceService
-
-
Method Details
-
resource
-
iterateInvoices
public Iterator<SaleResponse> iterateInvoices(InvoiceExportCriteria criteria, io.github.resilience4j.retry.Retry retry) - Specified by:
iterateInvoicesin interfaceInvoiceService
-