@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Scheduled
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
async
是否异步
|
String |
cron
cron
|
String |
fixedDelay
固定延迟 结束时间-开始时间
单位毫秒
|
String |
fixedRate
固定周期 开始时间-开始时间
|
String |
initialDelay
第一次启动延迟
|
boolean |
onApplicationStart
项目启动执行
|
public abstract String cron
public abstract String fixedDelay
public abstract String fixedRate
单位毫秒
public abstract String initialDelay
单位毫秒
Copyright © 2020. All rights reserved.