| Package | Description |
|---|---|
| org.aoju.bus.cron |
定时任务模块,提供类Crontab表达式的定时任务,实现参考了Cron4j,同时可以支持秒级别的定时任务定义和年的定义(同时兼容Crontab、Cron4j、Quartz表达式)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Launcher> |
Supervisor.launchers
启动器列表
|
| Modifier and Type | Method and Description |
|---|---|
protected Launcher |
Supervisor.spawnLauncher(long millis)
启动 TaskLauncher
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Supervisor.notifyLauncherCompleted(Launcher launcher)
启动器启动完毕,启动完毕后从执行器列表中移除
|
Copyright © 2021. All rights reserved.