Class URLInputWorker

    • Constructor Detail

      • URLInputWorker

        public URLInputWorker()
    • Method Detail

      • work

        public void work()
                  throws IOException
        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<URLInputNode>
        Throws:
        IOException