Uses of Class
org.apache.camel.builder.ThreadPoolProfileBuilder
-
Packages that use ThreadPoolProfileBuilder Package Description org.apache.camel.builder -
-
Uses of ThreadPoolProfileBuilder in org.apache.camel.builder
Methods in org.apache.camel.builder that return ThreadPoolProfileBuilder Modifier and Type Method Description ThreadPoolProfileBuilderThreadPoolProfileBuilder. allowCoreThreadTimeOut(Boolean allowCoreThreadTimeOut)ThreadPoolProfileBuilderThreadPoolProfileBuilder. defaultProfile(Boolean defaultProfile)ThreadPoolProfileBuilderThreadPoolProfileBuilder. keepAliveTime(Long keepAliveTime)ThreadPoolProfileBuilderThreadPoolProfileBuilder. keepAliveTime(Long keepAliveTime, TimeUnit timeUnit)ThreadPoolProfileBuilderThreadPoolProfileBuilder. maxPoolSize(Integer maxPoolSize)ThreadPoolProfileBuilderThreadPoolProfileBuilder. maxQueueSize(Integer maxQueueSize)ThreadPoolProfileBuilderThreadPoolProfileBuilder. poolSize(Integer poolSize)ThreadPoolProfileBuilderThreadPoolProfileBuilder. rejectedPolicy(org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy rejectedPolicy)
-