Uses of Interface
com.github.kagkarlsson.scheduler.task.TaskDescriptor
Packages that use TaskDescriptor
Package
Description
-
Uses of TaskDescriptor in com.github.kagkarlsson.scheduler.task
Classes in com.github.kagkarlsson.scheduler.task that implement TaskDescriptorModifier and TypeClassDescriptionstatic classclassExperimentalclassExperimentalMethods in com.github.kagkarlsson.scheduler.task that return TaskDescriptorConstructors in com.github.kagkarlsson.scheduler.task with parameters of type TaskDescriptor -
Uses of TaskDescriptor in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type TaskDescriptorModifier and TypeMethodDescriptionstatic <T> Tasks.TaskBuilder<T>Tasks.custom(TaskDescriptor<T> taskDescriptor) static <T> Tasks.OneTimeTaskBuilder<T>Tasks.oneTime(TaskDescriptor<T> descriptor) static <T> Tasks.RecurringTaskBuilder<T>Tasks.recurring(TaskDescriptor<T> descriptor, Schedule schedule) static <T extends ScheduleAndData>
Tasks.RecurringTaskWithPersistentScheduleBuilder<T>Tasks.recurringWithPersistentSchedule(TaskDescriptor<T> descriptor)