TaskExecutor is a service class that maintains a pool (collection) of N threads that are used to execute instances of Tasks provided by the TaskExecutor’s clients. Interfaces for both the TaskExecutor ...
This commit adds support for configuring a ThreadPoolTaskExecutor as well as auto-configuration when it makes sense. A ThreadPoolTaskExecutor can be easily built using TaskExecutorBuilder that is ...