Uses of Interface
org.apache.camel.spi.ThreadPoolFactory
Packages that use ThreadPoolFactory
Package
Description
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 ThreadPoolFactoryModifier and TypeMethodDescriptionExecutorServiceManager.getThreadPoolFactory()
Gets theThreadPoolFactory
to use for creating the thread pools.Methods in org.apache.camel.spi with parameters of type ThreadPoolFactoryModifier and TypeMethodDescriptionvoid
ExecutorServiceManager.setThreadPoolFactory
(ThreadPoolFactory threadPoolFactory) Sets a customThreadPoolFactory
to use