Interface Output

    • Method Detail

      • onCycleResult

        boolean onCycleResult​(long completedCycle,
                              int result)
        Mark the result of the numbered cycle with an integer value. The meaning of the value provided is contextual to the way it is used. (Each process will have its own status tables, etc.)
        Parameters:
        completedCycle - The cycle number being marked.
        result - the result ordinal
        Returns:
        true on success, false if the marking should be retried differently
      • onCycleResult

        default boolean onCycleResult​(CycleResult result)
      • close

        default void close()
                    throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception