@ConfigurationProperties(prefix="camel.threadpool.config") public static class CamelThreadPoolConfigurationProperties.ThreadPoolProfileConfigurationProperties extends Object
Constructor and Description |
---|
ThreadPoolProfileConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowCoreThreadTimeOut() |
String |
getId() |
Long |
getKeepAliveTime() |
Integer |
getMaxPoolSize() |
Integer |
getMaxQueueSize() |
Integer |
getPoolSize() |
org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy |
getRejectedPolicy() |
TimeUnit |
getTimeUnit() |
void |
setAllowCoreThreadTimeOut(Boolean allowCoreThreadTimeOut) |
void |
setId(String id) |
void |
setKeepAliveTime(Long keepAliveTime) |
void |
setMaxPoolSize(Integer maxPoolSize) |
void |
setMaxQueueSize(Integer maxQueueSize) |
void |
setPoolSize(Integer poolSize) |
void |
setRejectedPolicy(org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy rejectedPolicy) |
void |
setTimeUnit(TimeUnit timeUnit) |
public ThreadPoolProfileConfigurationProperties()
public String getId()
public void setId(String id)
public Integer getPoolSize()
public void setPoolSize(Integer poolSize)
public Integer getMaxPoolSize()
public void setMaxPoolSize(Integer maxPoolSize)
public Long getKeepAliveTime()
public void setKeepAliveTime(Long keepAliveTime)
public TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
public Integer getMaxQueueSize()
public void setMaxQueueSize(Integer maxQueueSize)
public Boolean getAllowCoreThreadTimeOut()
public void setAllowCoreThreadTimeOut(Boolean allowCoreThreadTimeOut)
public org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy getRejectedPolicy()
public void setRejectedPolicy(org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy rejectedPolicy)
Apache Camel