Package tv.hd3g.jobkit.mod
Class JobKitAsyncConfigurer
- java.lang.Object
-
- tv.hd3g.jobkit.mod.JobKitAsyncConfigurer
-
- All Implemented Interfaces:
org.springframework.scheduling.annotation.AsyncConfigurer
@Configuration @EnableAsync public class JobKitAsyncConfigurer extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
-
-
Constructor Summary
Constructors Constructor Description JobKitAsyncConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorgetAsyncExecutor()org.springframework.aop.interceptor.AsyncUncaughtExceptionHandlergetAsyncUncaughtExceptionHandler()
-
-
-
Field Detail
-
POOL_NAME
public static final String POOL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAsyncExecutor
public Executor getAsyncExecutor()
- Specified by:
getAsyncExecutorin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
-
getAsyncUncaughtExceptionHandler
public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
- Specified by:
getAsyncUncaughtExceptionHandlerin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
-
-