Uses of Interface
com.github.kagkarlsson.scheduler.task.helper.ScheduleAndData
Packages that use ScheduleAndData
Package
Description
-
Uses of ScheduleAndData in com.github.kagkarlsson.scheduler.task
Classes in com.github.kagkarlsson.scheduler.task with type parameters of type ScheduleAndDataModifier and TypeClassDescriptionstatic class -
Uses of ScheduleAndData in com.github.kagkarlsson.scheduler.task.helper
Classes in com.github.kagkarlsson.scheduler.task.helper with type parameters of type ScheduleAndDataModifier and TypeClassDescriptionclassstatic classClasses in com.github.kagkarlsson.scheduler.task.helper that implement ScheduleAndDataMethods in com.github.kagkarlsson.scheduler.task.helper with type parameters of type ScheduleAndDataModifier and TypeMethodDescriptionstatic <T extends ScheduleAndData>
Tasks.RecurringTaskWithPersistentScheduleBuilder<T>Tasks.recurringWithPersistentSchedule(TaskDescriptor<T> descriptor) static <T extends ScheduleAndData>
Tasks.RecurringTaskWithPersistentScheduleBuilder<T>Tasks.recurringWithPersistentSchedule(String name, Class<T> dataClass) -
Uses of ScheduleAndData in com.github.kagkarlsson.scheduler.task.schedule
Classes in com.github.kagkarlsson.scheduler.task.schedule that implement ScheduleAndData