Uses of Interface
com.github.kagkarlsson.scheduler.task.TaskDescriptor
-
Packages that use TaskDescriptor Package Description com.github.kagkarlsson.scheduler.task com.github.kagkarlsson.scheduler.task.helper -
-
Uses of TaskDescriptor in com.github.kagkarlsson.scheduler.task
Classes in com.github.kagkarlsson.scheduler.task that implement TaskDescriptor Modifier and Type Class Description static classTaskDescriptor.SimpleTaskDescriptor<T>classTaskWithDataDescriptor<T>ExperimentalclassTaskWithoutDataDescriptorExperimentalMethods in com.github.kagkarlsson.scheduler.task that return TaskDescriptor Modifier and Type Method Description static <T> TaskDescriptor<T>TaskDescriptor. of(String name, Class<T> dataClass)Constructors in com.github.kagkarlsson.scheduler.task with parameters of type TaskDescriptor Constructor Description OnCompleteReplace(TaskDescriptor<T> newTask, T newData) -
Uses of TaskDescriptor in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type TaskDescriptor Modifier and Type Method Description static <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)
-