Interface StateReturningExecutionHandler<T>
-
public interface StateReturningExecutionHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(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 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:
-
-