接口的使用
cn.taketoday.scheduling.TriggerContext
使用TriggerContext的程序包
程序包
说明
General exceptions for scheduling support,
independent of any specific scheduling system.
Generic support classes for scheduling.
-
cn.taketoday.scheduling中TriggerContext的使用
参数类型为TriggerContext的cn.taketoday.scheduling中的方法修饰符和类型方法说明Trigger.nextExecution(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.default DateTrigger.nextExecutionTime(TriggerContext triggerContext) Determine the next execution time according to the given trigger context. -
cn.taketoday.scheduling.support中TriggerContext的使用
修饰符和类型方法说明CronTrigger.nextExecution(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.PeriodicTrigger.nextExecution(TriggerContext triggerContext) Returns the time after which a task should run again.