public class UpdateCheckerConfigurerModule extends Object implements ConfigurerModule
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.| Constructor and Description |
|---|
UpdateCheckerConfigurerModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureModule(Configurer configurer)
Configure this module to the given global
Configurer. |
int |
order()
Returns the relative order this configurer should be invoked, compared to other intstances.
|
public void configureModule(@Nonnull
Configurer configurer)
ConfigurerModuleConfigurer.configureModule in interface ConfigurerModuleconfigurer - a Configurer instance to configure this module withpublic int order()
ConfigurerModuleUse lower (negative) values for modules providing sensible defaults, and higher values for modules overriding values potentially previously set.
order in interface ConfigurerModuleCopyright © 2010–2025. All rights reserved.