| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManagementObjectStrategy
Default
ManagementObjectStrategy. |
| Modifier and Type | Method and Description |
|---|---|
ManagementObjectStrategy |
DefaultManagementStrategy.getManagementObjectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultManagementStrategy.setManagementObjectStrategy(ManagementObjectStrategy managementObjectStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ManagementObjectStrategy |
ManagementStrategy.getManagementObjectStrategy()
Gets the object strategy to use
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementStrategy.setManagementObjectStrategy(ManagementObjectStrategy strategy)
Sets the object strategy to use
|
Apache Camel