public abstract class AbstractJobWithLog extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
protected int |
runCount |
| Constructor and Description |
|---|
AbstractJobWithLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
abstract void |
run(org.quartz.JobExecutionContext context)
在这里写上业务逻辑
|
Copyright © 2021. All rights reserved.