Class PropertiesLogWorker

    • Field Detail

      • JOB_ID_KEY

        public static final String JOB_ID_KEY
        This is a reserved key that identifies the job#s UUID as "job poperty".
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULT_VALUE

        public static final String PROPERTY_DEFAULT_VALUE
        This value serves as default value in job templates since it isn't possible to define null as values in such templates.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertiesLogWorker

        public PropertiesLogWorker()
    • Method Detail

      • work

        protected void work()
                     throws Throwable
        Description copied from class: NodeWorker
        Implement this method to let the node perform some useful work.

        Implementors are free to throw whatever exception they see fit. If any Throwable is thrown from this method, the failure manager is notified about the fatal failure of the whole pipeline.

        Specified by:
        work in class NodeWorker<PropertiesLogNode>
        Throws:
        Throwable - in case of processing failure