Interface StateReturningExecutionHandler<T>


public interface StateReturningExecutionHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    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
  • Method Details

    • 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: