spring-framework / org.springframework.scheduling.annotation / AsyncConfigurerSupport

AsyncConfigurerSupport

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

Constructors

<init>

AsyncConfigurerSupport()

A convenience AsyncConfigurer that implements all methods so that the defaults are used. Provides a backward compatible alternative of implementing AsyncConfigurer directly.

Functions

getAsyncExecutor

open fun getAsyncExecutor(): Executor

getAsyncUncaughtExceptionHandler

open fun getAsyncUncaughtExceptionHandler(): AsyncUncaughtExceptionHandler