| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorServiceManager |
CamelContext.getExecutorServiceManager()
Gets the current
ExecutorServiceManager |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setExecutorServiceManager(ExecutorServiceManager executorServiceManager)
Sets a custom
ExecutorServiceManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutorServiceManager
Default
ExecutorServiceManager. |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutorServiceManager |
DefaultCamelContext.createExecutorServiceManager() |
ExecutorServiceManager |
DefaultCamelContext.getExecutorServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setExecutorServiceManager(ExecutorServiceManager executorServiceManager) |
Apache Camel