- jobFactory(ApplicationContext) - 类 中的方法xyz.proteanbear.libra.configuration.LibraQuartzConfiguration
-
With a custom JobFactory, you can inject a Spring-related job into your job.
- JobTask - xyz.proteanbear.libra.framework中的注释类型
-
Custom annotations that identify the task component of the exchange platform
- JobTaskBean - xyz.proteanbear.libra.framework中的类
-
Timing task configuration description
- JobTaskBean(String, JobTask) - 类 的构造器xyz.proteanbear.libra.framework.JobTaskBean
-
Constructor
- jobTaskBeanMap() - 类 中的方法xyz.proteanbear.libra.utils.ScheduleJobUtils
-
Get all the tasks
- jobTaskBeanMap(String) - 类 中的方法xyz.proteanbear.libra.utils.ScheduleJobUtils
-
Obtain work tasks, use string matching filter.
- JobTaskData - xyz.proteanbear.libra.framework中的注释类型
-
Used to mark the task to pass the data.
- JobTaskExecute - xyz.proteanbear.libra.framework中的注释类型
-
A custom annotation that identifies the execution method in the task class
component of the exchange platform
- jobTaskUtils(ApplicationContext) - 类 中的方法xyz.proteanbear.libra.configuration.LibraQuartzConfiguration
-
Custom task annotation management tools
- JobTaskUtils - xyz.proteanbear.libra.utils中的类
-
Use Spring to get a full class of custom annotations.
- JobTaskUtils() - 类 的构造器xyz.proteanbear.libra.utils.JobTaskUtils
-