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

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

Uses of ThreadsDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ThreadsDefinition
 ThreadsDefinition ThreadsDefinition.executorService(ExecutorService executorService)
          Setting the executor service for executing the multicasting action.
 ThreadsDefinition ThreadsDefinition.poolSize(int poolSize)
          Setting the core pool size for the underlying ExecutorService.
 ThreadsDefinition ProcessorDefinition.threads()
          Leverages a thread pool for multi threading processing exchanges.
 ThreadsDefinition ProcessorDefinition.threads(int poolSize)
          Leverages a thread pool for multi threading processing exchanges.
 ThreadsDefinition ThreadsDefinition.waitForTaskToComplete(WaitForTaskToComplete wait)
          Setting to whether to wait for async tasks to be complete before continuing original route.
 



Apache CAMEL