| Package | Description |
|---|---|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| Class and Description |
|---|
| ManagedConsumer |
| ManagedCounter |
| ManagedEndpoint |
| ManagedEventNotifierMBean |
| ManagedMulticast |
| ManagedPerformanceCounter |
| ManagedProcessor |
| ManagedRoute |
| ManagedService |
| Statistic
Base implementation of
Statistic
The following modes is available:
VALUE - A statistic with this update mode is a simple value that is a straight forward
representation of the updated value.
DELTA - A statistic with this update mode is a value that represents the delta
between the last two recorded values (or the initial value if two updates have
not been recorded). |
Apache Camel