类的使用
cn.taketoday.scheduling.config.Task
使用Task的程序包
-
cn.taketoday.scheduling.config中Task的使用
修饰符和类型类说明classTriggerTaskimplementation defining aRunnableto be executed according to a standard cron expression.classSpecialization ofIntervalTaskfor fixed-delay semantics.classSpecialization ofIntervalTaskfor fixed-rate semantics.classTaskimplementation defining aRunnableto be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.class