Package org.axonframework.metrics
Class MetricsConfigurerModule
java.lang.Object
org.axonframework.metrics.MetricsConfigurerModule
- All Implemented Interfaces:
ConfigurerModule
Implementation of the
ConfigurerModule which uses the GlobalMetricRegistry
to register several Metrics Modules to the given Configurer.- Since:
- 3.2
- Author:
- Steven van Beelen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(Configurer configurer) Configure this module to the given globalConfigurer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.axonframework.config.ConfigurerModule
order
-
Constructor Details
-
MetricsConfigurerModule
-
-
Method Details
-
configureModule
Description copied from interface:ConfigurerModuleConfigure this module to the given globalConfigurer.- Specified by:
configureModulein interfaceConfigurerModule- Parameters:
configurer- aConfigurerinstance to configure this module with
-