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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-
Field Details
-
POOL_NAME
- See Also:
-
-
Constructor Details
-
JobKitAsyncConfigurer
public JobKitAsyncConfigurer()
-
-
Method Details
-
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
-