Class PublishInvoicesAction

java.lang.Object
google.registry.reporting.billing.PublishInvoicesAction
All Implemented Interfaces:
Runnable

public class PublishInvoicesAction extends Object implements Runnable
Uploads the results of the InvoicingPipeline.

This relies on the retry semantics in queue.xml to ensure proper upload, in spite of fluctuations in generation timing.

See Also:
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable