Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
See gh-38968
This commit is contained in:
@@ -166,8 +166,8 @@ public class ThreadPoolTaskExecutorBuilder {
|
||||
/**
|
||||
* Set whether to accept further tasks after the application context close phase has
|
||||
* begun.
|
||||
* @param acceptTasksAfterContextClose to accept further tasks after the application
|
||||
* context close phase has begun
|
||||
* @param acceptTasksAfterContextClose whether to accept further tasks after the
|
||||
* application context close phase has begun
|
||||
* @return a new builder instance
|
||||
*/
|
||||
public ThreadPoolTaskExecutorBuilder acceptTasksAfterContextClose(boolean acceptTasksAfterContextClose) {
|
||||
|
||||
Reference in New Issue
Block a user