类 AsyncConfig
java.lang.Object
com.elitesland.ystdms.sys.config.AsyncConfig
异步任务执行器配置
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.core.task.TaskExecutor操作日志专用线程池 独立线程池避免影响其他异步任务org.springframework.core.task.TaskExecutor配置 TaskExecutor Bean 用于异步任务执行
-
构造器详细资料
-
AsyncConfig
public AsyncConfig()
-
-
方法详细资料
-
taskExecutor
@Bean(name="taskExecutor") public org.springframework.core.task.TaskExecutor taskExecutor()配置 TaskExecutor Bean 用于异步任务执行- 返回:
- TaskExecutor
-
operationLogExecutor
@Bean(name="operationLogExecutor") public org.springframework.core.task.TaskExecutor operationLogExecutor()操作日志专用线程池 独立线程池避免影响其他异步任务- 返回:
- TaskExecutor
-