See: Description
| Interface | Description |
|---|---|
| MessageChannelMetrics |
Interface for all message channel monitors containing accessors for various useful metrics that are generic for all
channel types.
|
| PollableChannelManagement | |
| QueueChannelManagement |
| Class | Description |
|---|---|
| AbstractMessageChannelMetrics |
Abstract base class for channel metrics implementations.
|
| AggregatingMessageChannelMetrics |
An implementation of
MessageChannelMetrics that aggregates the total response
time over a sample, to avoid fetching the system time twice for every message. |
| AggregatingMessageChannelMetrics.AggregatingChannelMetricsContext | |
| DefaultMessageChannelMetrics |
Default implementation; use the full constructor to customize the moving averages.
|
| DefaultMessageChannelMetrics.DefaultChannelMetricsContext |