| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManagementNamingStrategy
Naming strategy used when registering MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementNamingStrategy |
DefaultManagementStrategy.getManagementNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultManagementStrategy.setManagementNamingStrategy(ManagementNamingStrategy managementNamingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ManagementNamingStrategy |
ManagementStrategy.getManagementNamingStrategy()
Gets the naming strategy to use
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementStrategy.setManagementNamingStrategy(ManagementNamingStrategy strategy)
Sets the naming strategy to use
|
Apache Camel