Class UpdateCheckConfiguration

java.lang.Object
org.axonframework.springboot.updates.UpdateCheckConfiguration
All Implemented Interfaces:
UsagePropertyProvider

@ConfigurationProperties(prefix="axon.update-check") public class UpdateCheckConfiguration extends Object implements UsagePropertyProvider
  • Constructor Details

    • UpdateCheckConfiguration

      public UpdateCheckConfiguration()
  • Method Details

    • setDisabled

      public void setDisabled(boolean disabled)
    • getDisabled

      public Boolean getDisabled()
      Description copied from interface: UsagePropertyProvider
      Returns whether the Anonymous Usage Collection is disabled.
      Specified by:
      getDisabled in interface UsagePropertyProvider
      Returns:
      true if the collection is disabled, null if not specified, or false if enabled.
    • getUrl

      public String getUrl()
      Description copied from interface: UsagePropertyProvider
      Returns the URL for the Anonymous Usage Collection endpoint.
      Specified by:
      getUrl in interface UsagePropertyProvider
      Returns:
      The URL as a String, or null if not specified.
    • setUrl

      public void setUrl(String url)
    • priority

      public int priority()
      Description copied from interface: UsagePropertyProvider
      Returns the priority of this property provider. Higher values indicate higher priority. Providers with higher priority will be checked first when retrieving properties.
      Specified by:
      priority in interface UsagePropertyProvider
      Returns:
      An int representing the priority of this provider.