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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns whether the Anonymous Usage Collection is disabled.getUrl()Returns the URL for the Anonymous Usage Collection endpoint.intpriority()Returns the priority of this property provider.voidsetDisabled(boolean disabled) void
-
Constructor Details
-
UpdateCheckConfiguration
public UpdateCheckConfiguration()
-
-
Method Details
-
setDisabled
public void setDisabled(boolean disabled) -
getDisabled
Description copied from interface:UsagePropertyProviderReturns whether the Anonymous Usage Collection is disabled.- Specified by:
getDisabledin interfaceUsagePropertyProvider- Returns:
trueif the collection is disabled,nullif not specified, orfalseif enabled.
-
getUrl
Description copied from interface:UsagePropertyProviderReturns the URL for the Anonymous Usage Collection endpoint.- Specified by:
getUrlin interfaceUsagePropertyProvider- Returns:
- The URL as a
String, ornullif not specified.
-
setUrl
-
priority
public int priority()Description copied from interface:UsagePropertyProviderReturns the priority of this property provider. Higher values indicate higher priority. Providers with higher priority will be checked first when retrieving properties.- Specified by:
priorityin interfaceUsagePropertyProvider- Returns:
- An
intrepresenting the priority of this provider.
-