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 ThreadPoolFactoryExecutorServiceManager. getThreadPoolFactory()Gets theThreadPoolFactoryto use for creating the thread pools.Methods in org.apache.camel.spi with parameters of type ThreadPoolFactory Modifier and Type Method Description voidExecutorServiceManager. setThreadPoolFactory(ThreadPoolFactory threadPoolFactory)Sets a customThreadPoolFactoryto use
-