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 java.lang.Object implements org.springframework.scheduling.annotation.AsyncConfigurer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPOOL_NAME
-
Constructor Summary
Constructors Constructor Description JobKitAsyncConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ExecutorgetAsyncExecutor()org.springframework.aop.interceptor.AsyncUncaughtExceptionHandlergetAsyncUncaughtExceptionHandler()
-
-
-
Field Detail
-
POOL_NAME
public static final java.lang.String POOL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAsyncExecutor
public java.util.concurrent.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
-
-