Interface StateReturningExecutionHandler<T>
public interface StateReturningExecutionHandler<T>
-
Method Summary
Modifier and TypeMethodDescriptionexecute(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
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:
-