| 类 | 说明 |
|---|---|
| AbstractQuartzJobDispatcher |
Central task super class to implement general configuration information parsing
and execution methods
|
| AutowiringSpringBeanJobFactory |
Custom JobFactory, so that Job can be added to the Spring Autowired (Autowired)
|
| JobTaskBean |
Timing task configuration description
|
| QuartzJobDispatcher |
Generic stateless task,
which is responsible for the method of dispatching execution
through configuration information
|
| QuartzJobDispatcherDisallow |
Generic stateful task,
which is responsible for the method of dispatching execution
through configuration information
|
| TaskConfigBean |
Task configuration.
|
| 枚举 | 说明 |
|---|---|
| LibraKey |
Enumeration, used to record the key used in the framework.
|
| TaskConfigBean.IntervalType |
时间间隔类型
|
| 注释类型 | 说明 |
|---|---|
| JobTask |
Custom annotations that identify the task component of the exchange platform
|
| JobTaskData |
Used to mark the task to pass the data.
|
| JobTaskExecute |
A custom annotation that identifies the execution method in the task class
component of the exchange platform
|
Copyright © 2018. All rights reserved.