Class InvoicingPipeline

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvoicingPipeline
    extends java.lang.Object
    implements java.io.Serializable
    Definition of a Dataflow Flex pipeline template, which generates a given month's invoices.

    To stage this template locally, run ./nom_build :core:sBP --environment=alpha --pipeline=invoicing.

    Then, you can run the staged template via the API client library, gCloud or a raw REST call.

    See Also:
    Using Flex Templates, Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)