Uses of Interface
de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Packages that use ScheduleTaskFactory
-
Uses of ScheduleTaskFactory in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return types with arguments of type ScheduleTaskFactoryModifier and TypeMethodDescription@NotNull Set<ScheduleTaskFactory<? extends ScheduleTaskFactory.TaskDto,
? extends ScheduleTask>> ScheduleTaskAgent.getTaskFactories()
Get all availableScheduleTaskFactory
s.Optional<ScheduleTaskFactory<? extends ScheduleTaskFactory.TaskDto,
? extends ScheduleTask>> ScheduleTaskAgent.getTaskFactory
(@NotNull Class<? extends ScheduleTaskApplication<?>> applicationClass) Get theScheduleTaskFactory
responsible for creating and executing schedule tasks defined by aScheduleTaskApplication
.