open fun setAsyncTaskExecutor(asyncTaskExecutor: AsyncTaskExecutor): Unit
Specify the TaskExecutor to use for asynchronous work execution (i.e. #startWork and #scheduleWork calls).
This will typically (but not necessarily) be an org.springframework.core.task.AsyncTaskExecutor implementation. Default is a org.springframework.core.task.SimpleAsyncTaskExecutor.