@ConfigurationProperties(prefix="asyn.poll") public class AsynPollProperties extends Object
| 构造器和说明 |
|---|
AsynPollProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCorePoolSize() |
Integer |
getMaxPoolSize() |
Integer |
getQueueCapacity() |
void |
setCorePoolSize(Integer corePoolSize) |
void |
setMaxPoolSize(Integer maxPoolSize) |
void |
setQueueCapacity(Integer queueCapacity) |
public Integer getMaxPoolSize()
public void setMaxPoolSize(Integer maxPoolSize)
public Integer getQueueCapacity()
public void setQueueCapacity(Integer queueCapacity)
public Integer getCorePoolSize()
public void setCorePoolSize(Integer corePoolSize)
Copyright © 2019. All rights reserved.