Uses of Interface
org.axonframework.update.configuration.UsagePropertyProvider
Packages that use UsagePropertyProvider
Package
Description
-
Uses of UsagePropertyProvider in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return UsagePropertyProvider -
Uses of UsagePropertyProvider in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return UsagePropertyProviderModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.usagePropertyProvider(UpdateCheckerProperties properties) Methods in org.axonframework.extension.springboot.autoconfig with parameters of type UsagePropertyProviderModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.springUpdateCheckerConfigEnhancer(UsagePropertyProvider usagePropertyProvider) Bean creation method for aConfigurationEnhancerfor Spring-specificUpdateCheckercomponents. -
Uses of UsagePropertyProvider in org.axonframework.update
Constructors in org.axonframework.update with parameters of type UsagePropertyProviderModifierConstructorDescriptionUpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider) Creates a new instance ofUpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider.UpdateCheckerHttpClient(UsagePropertyProvider userProperties) Creates a newUpdateCheckerHttpClientwith the givenUsagePropertyProvider. -
Uses of UsagePropertyProvider in org.axonframework.update.configuration
Classes in org.axonframework.update.configuration that implement UsagePropertyProviderModifier and TypeClassDescriptionclassAUsagePropertyProviderimplementation that reads the usage properties from the command line system properties.classDefault implementation of theUsagePropertyProviderinterface.classAUsagePropertyProviderimplementation that reads the usage properties from the environment variables.classCombines multipleUsagePropertyProviderinstances into a single provider.classAUsagePropertyProviderthat reads the AxonIQ Data Collection properties from a file located at~/.axoniq/update-checker.properties.Methods in org.axonframework.update.configuration that return UsagePropertyProviderModifier and TypeMethodDescriptionstatic UsagePropertyProviderUsagePropertyProvider.create(UsagePropertyProvider... additionalProviders) Creates a new instance ofUsagePropertyProviderthat combines multiple property providers.Methods in org.axonframework.update.configuration with parameters of type UsagePropertyProviderModifier and TypeMethodDescriptionstatic UsagePropertyProviderUsagePropertyProvider.create(UsagePropertyProvider... additionalProviders) Creates a new instance ofUsagePropertyProviderthat combines multiple property providers.Constructor parameters in org.axonframework.update.configuration with type arguments of type UsagePropertyProviderModifierConstructorDescriptionCreates a newHierarchicalUsagePropertyProviderwith the given list of providers.