Package org.springframework.scheduling.support
@NonNullApi
@NonNullFields
package org.springframework.scheduling.support
Generic support classes for scheduling.
Provides a Runnable adapter for Spring's MethodInvoker.
-
ClassesClassDescriptionRepresentation of a crontab expression that can calculate the next time it matches.Deprecated.
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 Spring'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.Utility methods for decorating tasks with error handling.
CronExpression