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