open class AsyncConfigurerSupport : AsyncConfigurer
A convenience AsyncConfigurer that implements all methods so that the defaults are used. Provides a backward compatible alternative of implementing AsyncConfigurer directly.
Author
Stephane Nicoll
Since
4.1
AsyncConfigurerSupport()
A convenience AsyncConfigurer that implements all methods so that the defaults are used. Provides a backward compatible alternative of implementing AsyncConfigurer directly. |
open fun getAsyncExecutor(): Executor |
|
open fun getAsyncUncaughtExceptionHandler(): AsyncUncaughtExceptionHandler |