Package nl.knaw.dans.lib.util.pollingtaskexec
package nl.knaw.dans.lib.util.pollingtaskexec
-
ClassDescriptionA task executor that repeatedly polls a task source for new work items at a fixed interval and executes them using a provided task factory.TaskFactory<R>Factory interface for creating
Runnabletasks from a given record.TaskSource<R>Represents a source of tasks from which tasks can be fetched one at a time.