Removed outdated TimerTaskExecutor reference

Issue: SPR-12389
This commit is contained in:
Juergen Hoeller 2014-10-29 11:21:23 +01:00
parent 8f21c85511
commit ffc4e03293
1 changed files with 0 additions and 5 deletions

View File

@ -47095,11 +47095,6 @@ Spring distribution. In all likelihood, you shouldn't ever need to implement you
configuring a java.util.concurrent.ThreadPoolExecutor` and wraps it in a `TaskExecutor`.
If you need to adapt to a different kind of `java.util.concurrent.Executor`, it is
recommended that you use a <<concurrentTaskExecutor, `ConcurrentTaskExecutor`>> instead.
* `TimerTaskExecutor`
This implementation uses a single `TimerTask` as its backing implementation.
It's different from the <<syncTaskExecutor, `SyncTaskExecutor`>> in that the method
invocations are executed in a separate thread, although they are effectively
synchronously batched in that thread.
* `WorkManagerTaskExecutor`
+