Uses of Interface
nl.knaw.dans.lib.util.pollingtaskexec.TaskSource
Packages that use TaskSource
-
Uses of TaskSource in nl.knaw.dans.lib.util.pollingtaskexec
Constructors in nl.knaw.dans.lib.util.pollingtaskexec with parameters of type TaskSourceModifierConstructorDescriptionPollingTaskExecutor(String name, ScheduledExecutorService scheduledExecutorService, Duration pollingInterval, TaskSource<R> taskSource, TaskFactory<R> taskFactory)