提交 ffc4e032 编写于 作者: J Juergen Hoeller

Removed outdated TimerTaskExecutor reference

Issue: SPR-12389
上级 8f21c855
......@@ -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`
+
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册