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.
-
ClassDescriptionRepresentation of a crontab expression that can calculate the next time it matches.Deprecated.
Trigger
implementation for cron expressions.Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows anErrorHandler
to handle it.Adapter that implements theRunnable
interface as a configurable method invocation based on Spring's MethodInvoker.A trigger for periodic task execution.Variant ofMethodInvokingRunnable
meant to be used for processing of no-arg scheduled methods.Simple data holder implementation of theTriggerContext
interface.Utility methods for decorating tasks with error handling.
CronExpression