| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadPoolFactory
Factory for thread pools that uses the JDK
Executors for creating the thread pools. |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolFactory |
DefaultExecutorServiceManager.getThreadPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExecutorServiceManager.setThreadPoolFactory(ThreadPoolFactory threadPoolFactory) |
| 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