| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementStrategy |
CamelContext.getManagementStrategy()
Gets the management strategy
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setManagementStrategy(ManagementStrategy strategy)
Sets the management strategy to use
|
| Modifier and Type | Method and Description |
|---|---|
ManagementStrategy |
ManagementStrategyFactory.create(CamelContext context) |
Apache Camel