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 ...
Regardless of whether a (custom) TaskExecutor is specified, SimpleJobLauncher always logs the following message in afterPropertiesSet(): "No TaskExecutor has been set, defaulting to synchronous ...