See: Description
| Interface | Description |
|---|---|
| ConfigurableMetrics |
Marker interface for metrics.
|
| ConfigurableMetricsAware<M extends ConfigurableMetrics> |
Classes implementing this interface can accept a
ConfigurableMetrics. |
| IntegrationManagement |
Base interface for Integration managed components.
|
| IntegrationStatsManagement |
Base interface containing methods to control complete statistics gathering.
|
| MetricsContext |
Interface representing an opaque object containing state between initiating an
event and concluding it.
|
| Class | Description |
|---|---|
| ExponentialMovingAverage |
Cumulative statistics for a series of real numbers with higher weight given to recent data.
|
| ExponentialMovingAverageRate |
Cumulative statistics for an event rate with higher weight given to recent data.
|
| ExponentialMovingAverageRatio |
Cumulative statistics for success ratio with higher weight given to recent data.
|
| IntegrationManagementConfigurer |
Configures beans that implement
IntegrationManagement. |
| Statistics |
| Annotation Type | Description |
|---|---|
| IntegrationManagedResource |
Clone of
ManagedResource limiting beans thus annotated so that they
will only be exported by the IntegrationMBeanExporter. |