Increase the preprocessing when executing asynchronous calls [SPR-17390] #21923
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: waiting-for-triage
An issue we've not yet triaged or decided on
hqch0708 opened SPR-17390 and commented
When the method is marked
@async
, it allows developers to customize the pre-processing to meet functional requirements when performing asynchronous calls through a thread pool.For example, you can customize ThreadFactory to pass information from ThreadLocal to asynchronous threads as ThreadName when you create a thread, and then perform pre-processing at the asynchronous call.
Affects: 5.1.1
Referenced from: pull request #1994
The text was updated successfully, but these errors were encountered: