mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Refactor beam invoicing pipeline into its own package
This prepares for the spec11 beam pipeline to live parallel to the invoicing beam pipeline, for better organization. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204980582
This commit is contained in:
parent
abfc60ab39
commit
9e53e67128
17 changed files with 10 additions and 1583 deletions
|
@ -43,9 +43,9 @@ import org.joda.time.YearMonth;
|
|||
* Invokes the {@code InvoicingPipeline} beam template via the REST api, and enqueues the {@link
|
||||
* PublishInvoicesAction} to publish the subsequent output.
|
||||
*
|
||||
* <p>This action runs the {@link google.registry.beam.InvoicingPipeline} beam template, staged at
|
||||
* gs://<projectId>-beam/templates/invoicing. The pipeline then generates invoices for the month and
|
||||
* stores them on GCS.
|
||||
* <p>This action runs the {@link google.registry.beam.invoicing.InvoicingPipeline} beam template,
|
||||
* staged at gs://<projectId>-beam/templates/invoicing. The pipeline then generates invoices for the
|
||||
* month and stores them on GCS.
|
||||
*/
|
||||
@Action(path = GenerateInvoicesAction.PATH, method = POST, auth = Auth.AUTH_INTERNAL_ONLY)
|
||||
public class GenerateInvoicesAction implements Runnable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue