Interface StateReturningExecutionHandler<T>


  • public interface StateReturningExecutionHandler<T>
    • Method Detail

      • execute

        T execute​(TaskInstance<T> taskInstance,
                  ExecutionContext executionContext)
        ExecutionHandler for RecurringTasks that returns the value the task_data should be updated to when scheduling the next execution for this task
        Parameters:
        taskInstance -
        executionContext -
        Returns: