Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.api.management.mbean |
Camel management MBeans API
|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
Modifier and Type | Method and Description |
---|---|
<T extends ManagedRouteMBean> |
CamelContext.getManagedRoute(String routeId,
Class<T> type)
Gets the managed route client api with the given route id
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedSuspendableRouteMBean |
Modifier and Type | Method and Description |
---|---|
<T extends ManagedRouteMBean> |
DefaultCamelContext.getManagedRoute(String routeId,
Class<T> type) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedRoute |
class |
ManagedSuspendableRoute |
Apache Camel