public class RetryAsyncTaskExecutor extends Object
public RetryAsyncTaskExecutor(String taskName, int threads, int queueSize, int maxRetry)
taskName - 执行器名threads - 执行最大线程数(空闲会回收)queueSize - 任务队列maxRetry - 最大重试次数Copyright © 2025. All rights reserved.