| Package | Description |
|---|---|
| org.apache.camel.api.management |
Service provider interfaces for management.
|
| org.apache.camel.api.management.mbean |
Camel management MBeans API
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedRouteMBean> |
ManagedCamelContext.getManagedRoute(String routeId,
Class<T> type)
Gets the managed route client api with the given route id
|
| Modifier and Type | Method and Description |
|---|---|
default ManagedRouteMBean |
ManagedCamelContext.getManagedRoute(String routeId)
Gets the managed route client api with the given route id
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedSuspendableRouteMBean |
Apache Camel