Package | Description |
---|---|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
Modifier and Type | Class and Description |
---|---|
class |
CronTask
TriggerTask implementation defining a Runnable to be executed according
to a standard
cron expression. |
class |
FixedDelayTask
Specialization of
IntervalTask for fixed-delay semantics. |
class |
FixedRateTask
Specialization of
IntervalTask for fixed-rate semantics. |
class |
IntervalTask
Task implementation defining a Runnable to be executed at a given
millisecond interval which may be treated as fixed-rate or fixed-delay depending on
context. |
class |
TriggerTask
|
Modifier and Type | Method and Description |
---|---|
Task |
ScheduledTask.getTask()
|