Package org.axonframework.config
Class UpdateCheckerConfigurerModule
java.lang.Object
org.axonframework.config.UpdateCheckerConfigurerModule
- All Implemented Interfaces:
ConfigurerModule
A
ConfigurerModule that registers the UpdateChecker component. This component is responsible for
reporting anonymous usage data to the AxonIQ servers. It is registered during the external connections phase of the
lifecycle.- Since:
- 4.12.0
- Author:
- Mitchell Herrijgers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(Configurer configurer) Configure this module to the given globalConfigurer.intorder()Returns the relative order this configurer should be invoked, compared to other intstances.
-
Constructor Details
-
UpdateCheckerConfigurerModule
public UpdateCheckerConfigurerModule()
-
-
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
-
order
public int order()Description copied from interface:ConfigurerModuleReturns the relative order this configurer should be invoked, compared to other intstances.Use lower (negative) values for modules providing sensible defaults, and higher values for modules overriding values potentially previously set.
- Specified by:
orderin interfaceConfigurerModule- Returns:
- the order in which this configurer should be invoked
-