Uses of Interface
org.apache.camel.spi.ThreadPoolFactory
-
Packages that use ThreadPoolFactory Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ThreadPoolFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return ThreadPoolFactory Modifier and Type Method Description ThreadPoolFactory
ExecutorServiceManager. getThreadPoolFactory()
Gets theThreadPoolFactory
to use for creating the thread pools.Methods in org.apache.camel.spi with parameters of type ThreadPoolFactory Modifier and Type Method Description void
ExecutorServiceManager. setThreadPoolFactory(ThreadPoolFactory threadPoolFactory)
Sets a customThreadPoolFactory
to use
-