Class UpdateCheckerConfigurerModule

java.lang.Object
org.axonframework.config.UpdateCheckerConfigurerModule
All Implemented Interfaces:
ConfigurerModule

public class UpdateCheckerConfigurerModule extends Object implements 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 Details

    • UpdateCheckerConfigurerModule

      public UpdateCheckerConfigurerModule()
  • Method Details

    • configureModule

      public void configureModule(@Nonnull Configurer configurer)
      Description copied from interface: ConfigurerModule
      Configure this module to the given global Configurer.
      Specified by:
      configureModule in interface ConfigurerModule
      Parameters:
      configurer - a Configurer instance to configure this module with
    • order

      public int order()
      Description copied from interface: ConfigurerModule
      Returns 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:
      order in interface ConfigurerModule
      Returns:
      the order in which this configurer should be invoked