ConcurrentTaskExecutor:Executor的適配類,不推薦使用。如果ThreadPoolTaskExecutor不滿足要求時,才用考慮使用這個類 SimpleThreadPoolTaskExecutor:是Quartz的SimpleThreadPool的類。線程池同時被quartz和非quartz使用,才需要使用此類 ThreadPoolTaskExecutor:最常使用,推薦。 其實質(zhì)是對java.util.concurrent.ThreadPoolExecutor的...
www.dbjr.com.cn/program/292656u...htm 2025-6-9