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, for removal: This API element is subject to removal in a future version.
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