Interface FileProcessingChain

    • Method Detail

      • setFastFail

        void setFastFail​(java.lang.Boolean fastFail)
        Set whether or not the FileProcessingChain should fail on *all* exceptions.
        Parameters:
        fastFail - whether or not the chain should fail on exceptions.
      • setTimeout

        void setTimeout​(java.lang.Integer timeout)
        Set the total amount of time (in seconds) that the processor chain should wait for the SequencingObject to appear before failing.
        Parameters:
        timeout - the total amount of time in seconds that the processor chain should wait.
      • setSleepDuration

        void setSleepDuration​(java.lang.Integer sleepDuration)
        Set the amount of time (in seconds) that the processor chain should sleep each time it sleeps.
        Parameters:
        sleepDuration - the amount of time in seconds that the processor chain should wait.