| Package | Description |
|---|---|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolFactory |
ExecutorServiceManager.getThreadPoolFactory()
Gets the
ThreadPoolFactory to use for creating the thread pools. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutorServiceManager.setThreadPoolFactory(ThreadPoolFactory threadPoolFactory)
Sets a custom
ThreadPoolFactory to use |
Apache Camel