类 AsyncConfigurerSupport
java.lang.Object
cn.taketoday.scheduling.annotation.AsyncConfigurerSupport
- 所有已实现的接口:
AsyncConfigurer
A convenience
AsyncConfigurer that implements all methods
so that the defaults are used. Provides a backward compatible alternative
of implementing AsyncConfigurer directly.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明TheExecutorinstance to be used when processing async method invocations.TheAsyncUncaughtExceptionHandlerinstance to be used when an exception is thrown during an asynchronous method execution withvoidreturn type.
-
构造器详细资料
-
AsyncConfigurerSupport
public AsyncConfigurerSupport()
-
-
方法详细资料
-
getAsyncExecutor
从接口复制的说明:AsyncConfigurerTheExecutorinstance to be used when processing async method invocations.- 指定者:
getAsyncExecutor在接口中AsyncConfigurer
-
getAsyncUncaughtExceptionHandler
从接口复制的说明:AsyncConfigurerTheAsyncUncaughtExceptionHandlerinstance to be used when an exception is thrown during an asynchronous method execution withvoidreturn type.
-