Interface ExecutionResult

    • Method Detail

      • getExecutionState

        ExecutionState getExecutionState()
        Returns the execution state.
        Returns:
        the execution state
        Since:
        2.0.0
      • getComparableThrowable

        java.util.Optional<ComparableThrowable> getComparableThrowable()
        Returns the throwable, if there is any. Only set in conjunction with ExecutionState.FAILED.
        Returns:
        the optional throwable, cannot be null
        Since:
        2.0.0