| Class | Description | 
|---|---|
| CapacityMonitor | 
 Calculates capacity by tracking, within the configured time window, the average message processing time
 and multiplying that by the amount of messages processed. 
 | 
| EventProcessorLatencyMonitor | 
 Measures the difference in message timestamps between the last ingested and the last processed message. 
 | 
| GlobalMetricRegistry | 
 Registry for application metrics with convenient ways to register Axon components. 
 | 
| MessageCountingMonitor | 
 Counts the number of ingested, successful, failed and processed messages 
 | 
| MessageTimerMonitor | 
 Times allTimer messages, successful and failed messages 
 | 
| MetricsConfigurerModule | 
 Implementation of the  
ConfigurerModule which uses the
 GlobalMetricRegistry to register several Metrics Modules to the given
 Configurer. | 
| PayloadTypeMessageMonitorWrapper<T extends MessageMonitor<Message<?>> & com.codahale.metrics.MetricSet> | 
 A  
MessageMonitor implementation which creates a new MessageMonitor for every Message payload type
 ingested by it. | 
Copyright © 2010–2018. All rights reserved.