@ConfigurationProperties(value="faith.executor") public class ExecutorProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private int |
corePoolSize
异步核心线程数,默认:2
|
private int |
keepAliveSeconds
线程存活时间,默认:300
|
private int |
maxPoolSize
异步最大线程数,默认:50
|
private int |
queueCapacity
队列容量,默认:10000
|
| 构造器和说明 |
|---|
ExecutorProperties() |
Copyright © 2024. All rights reserved.