Uses of Class
org.apache.camel.model.ThreadPoolProfileDefinition

Packages that use ThreadPoolProfileDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ThreadPoolProfileDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ThreadPoolProfileDefinition
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.keepAliveTime(long keepAliveTime)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.keepAliveTime(String keepAliveTime)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.maxPoolSize(int maxPoolSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.maxPoolSize(String maxPoolSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.maxQueueSize(int maxQueueSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.maxQueueSize(String maxQueueSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.poolSize(int poolSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.poolSize(String poolSize)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
           
 ThreadPoolProfileDefinition ThreadPoolProfileDefinition.timeUnit(TimeUnit timeUnit)
           
 



Apache Camel