Uses of Interface
org.springframework.scheduling.TriggerContext
Packages that use TriggerContext
Package
Description
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
Generic support classes for scheduling.
-
Uses of TriggerContext in org.springframework.scheduling
Methods in org.springframework.scheduling with parameters of type TriggerContextModifier and TypeMethodDescriptionTrigger.nextExecution
(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.default Date
Trigger.nextExecutionTime
(TriggerContext triggerContext) Deprecated. -
Uses of TriggerContext in org.springframework.scheduling.support
Classes in org.springframework.scheduling.support that implement TriggerContextModifier and TypeClassDescriptionclass
Simple data holder implementation of theTriggerContext
interface.Methods in org.springframework.scheduling.support with parameters of type TriggerContextModifier and TypeMethodDescriptionCronTrigger.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.
Trigger.nextExecution(TriggerContext)