Interface AtomicExecution

    • Method Detail

      • setFinishBeforeStopping

        void setFinishBeforeStopping​(boolean value)
        Sets whether to finish processing before stopping execution.
        Parameters:
        value - if true then actor finishes processing first
      • getFinishBeforeStopping

        boolean getFinishBeforeStopping()
        Returns whether to finish processing before stopping execution.
        Returns:
        true if actor finishes processing first
      • finishBeforeStoppingTipText

        String finishBeforeStoppingTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setStoppingTimeout

        void setStoppingTimeout​(int value)
        Sets the timeout for waiting for the sub-flow to stop.
        Parameters:
        value - timeout in milliseconds (<= 0 for infinity)
      • getStoppingTimeout

        int getStoppingTimeout()
        Returns the timeout for waiting for the sub-flow to stop.
        Returns:
        timeout in milliseconds (<= 0 for infinity)
      • stoppingTimeoutTipText

        String stoppingTimeoutTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.