程序包 cn.taketoday.scheduling.support
@NonNullApi
@NonNullFields
package cn.taketoday.scheduling.support
Generic support classes for scheduling.
-
类说明Representation of a crontab expression that can calculate the next time it matches.
Triggerimplementation for cron expressions.Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows anErrorHandlerto handle it.Adapter that implements theRunnableinterface as a configurable method invocation based on Framework's MethodInvoker.A trigger for periodic task execution.Variant ofMethodInvokingRunnablemeant to be used for processing of no-arg scheduled methods.Simple data holder implementation of theTriggerContextinterface.Builder that can be used to configure and create aTaskExecutor.Callback interface that can be used to customize aThreadPoolTaskExecutor.Builder that can be used to configure and create aTaskScheduler.Callback interface that can be used to customize aThreadPoolTaskScheduler.Utility methods for decorating tasks with error handling.