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