See: Description
| Interface | Description |
|---|---|
| MessageHandlerMetrics |
| Class | Description |
|---|---|
| AbstractMessageHandlerMetrics |
Abstract base class for handler metrics implementations.
|
| AggregatingMessageHandlerMetrics |
An implementation of
MessageHandlerMetrics that aggregates the total response
time over a sample, to avoid fetching the system time twice for every message. |
| AggregatingMessageHandlerMetrics.AggregatingHandlerMetricsContext | |
| DefaultMessageHandlerMetrics |
Default implementation; use the full constructor to customize the moving averages.
|
| DefaultMessageHandlerMetrics.DefaultHandlerMetricsContext |