Package nl.knaw.dans.lib.util.pollingtaskexec
package nl.knaw.dans.lib.util.pollingtaskexec
-
ClassDescriptionA task scheduler implementation that schedules tasks for execution using an
ExecutorService.A 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 creatingRunnabletasks from a record.TaskSource<R>Represents a source of tasks from which tasks can be fetched.