See: Description
| Interface | Description |
|---|---|
| MetricsFactory |
Factories implementing this interface provide metric objects for message channels and
message handlers.
|
| Class | Description |
|---|---|
| AggregatingMetricsFactory |
Implementation that returns aggregating metrics.
|
| DefaultMetricsFactory |
Default implementation.
|
| IntegrationMBeanExporter |
MBean exporter for Spring Integration components in an existing application.
|
| LifecycleMessageHandlerMetrics |
A
MessageHandlerMetrics that exposes in addition the Lifecycle interface. |
| LifecycleMessageSourceMetrics |
A
MessageSourceMetrics that exposes in addition the Lifecycle interface. |
| LifecycleTrackableMessageHandlerMetrics |
Adds
TrackableComponent. |
| LifecycleTrackableMessageSourceMetrics |
Adds
TrackableComponent. |
| ManagedEndpoint |
Wrapper for an
AbstractEndpoint that exposes a management interface. |
| RouterMetrics |
Allows Router operations to appear in the same MBean as statistics.
|
| TrackableRouterMetrics |
Adds
TrackableComponent. |