接口的使用
cn.taketoday.scheduling.config.ScheduledTaskHolder
使用ScheduledTaskHolder的程序包
程序包
说明
Java 5 annotation for asynchronous method execution.
Support package for declarative scheduling configuration.
-
cn.taketoday.scheduling.annotation中ScheduledTaskHolder的使用
修饰符和类型类说明classBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
cn.taketoday.scheduling.config中ScheduledTaskHolder的使用
修饰符和类型类说明classScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callbackclassHelper bean for registering tasks with aTaskScheduler, typically using cron expressions.