Package | Description |
---|---|
cn.hutool.cron |
定时任务模块,提供类Crontab表达式的定时任务,实现参考了Cron4j,同时可以支持秒级别的定时任务定义和年的定义(同时兼容Crontab、Cron4j、Quartz表达式)
定时任务模块由三部分组成: Scheduler 定时任务调度器,用于整体管理任务的增删、启停和触发运行。 |
Modifier and Type | Field and Description |
---|---|
protected CronConfig |
Scheduler.config
定时任务配置
|
Modifier and Type | Method and Description |
---|---|
CronConfig |
CronConfig.setMatchSecond(boolean isMatchSecond)
设置是否支持秒匹配,默认不使用
|
CronConfig |
CronConfig.setTimeZone(TimeZone timezone)
设置时区
|
Copyright © 2024. All rights reserved.