Uses of Interface
org.axonframework.updates.configuration.UsagePropertyProvider
Packages that use UsagePropertyProvider
Package
Description
-
Uses of UsagePropertyProvider in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return UsagePropertyProviderModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.usagePropertyProvider(UpdateCheckConfiguration updateCheckConfiguration) Methods in org.axonframework.springboot.autoconfig with parameters of type UsagePropertyProviderModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter, UsagePropertyProvider usagePropertyProvider) UpdateCheckerAutoConfiguration.updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) -
Uses of UsagePropertyProvider in org.axonframework.springboot.updates
Classes in org.axonframework.springboot.updates that implement UsagePropertyProvider -
Uses of UsagePropertyProvider in org.axonframework.updates
Constructors in org.axonframework.updates with parameters of type UsagePropertyProviderModifierConstructorDescriptionUpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider) Creates a new instance ofUpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider.UpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider, ScheduledExecutorService executor) UpdateCheckerHttpClient(UsagePropertyProvider userProperties) Creates a newUpdateCheckerHttpClientwith the givenUsagePropertyProvider. -
Uses of UsagePropertyProvider in org.axonframework.updates.configuration
Classes in org.axonframework.updates.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.updates.configuration that return UsagePropertyProviderModifier and TypeMethodDescriptionstatic UsagePropertyProviderUsagePropertyProvider.create(UsagePropertyProvider... additionalProviders) Creates a new instance ofUsagePropertyProviderthat combines multiple property providers.Methods in org.axonframework.updates.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.updates.configuration with type arguments of type UsagePropertyProviderModifierConstructorDescriptionCreates a newHierarchicalUsagePropertyProviderwith the given list of providers.