Package | Description |
---|---|
cn.hutool.cron |
定时任务模块,提供类Crontab表达式的定时任务,实现参考了Cron4j,同时可以支持秒级别的定时任务定义和年的定义(同时兼容Crontab、Cron4j、Quartz表达式)
定时任务模块由三部分组成: Scheduler 定时任务调度器,用于整体管理任务的增删、启停和触发运行。 |
Modifier and Type | Field and Description |
---|---|
protected List<TaskLauncher> |
TaskLauncherManager.launchers
启动器列表
|
Modifier and Type | Method and Description |
---|---|
protected TaskLauncher |
TaskLauncherManager.spawnLauncher(long millis)
启动 TaskLauncher
|
Modifier and Type | Method and Description |
---|---|
protected void |
TaskLauncherManager.notifyLauncherCompleted(TaskLauncher launcher)
启动器启动完毕,启动完毕后从执行器列表中移除
|
Copyright © 2024. All rights reserved.