| Package | Description |
|---|---|
| org.axonframework.springboot.autoconfig | |
| org.axonframework.springboot.updates | |
| org.axonframework.updates | |
| org.axonframework.updates.configuration |
| Modifier and Type | Method and Description |
|---|---|
UsagePropertyProvider |
UpdateCheckerAutoConfiguration.usagePropertyProvider(UpdateCheckConfiguration updateCheckConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChecker |
UpdateCheckerAutoConfiguration.updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient,
UpdateCheckerReporter updateCheckerReporter,
UsagePropertyProvider usagePropertyProvider) |
UpdateCheckerHttpClient |
UpdateCheckerAutoConfiguration.updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateCheckConfiguration |
| Constructor and Description |
|---|
UpdateChecker(UpdateCheckerHttpClient client,
UpdateCheckerReporter reporter,
UsagePropertyProvider usagePropertyProvider)
Creates a new instance of
UpdateCheckTask with the given UpdateCheckerHttpClient and
UsagePropertyProvider. |
UpdateChecker(UpdateCheckerHttpClient client,
UpdateCheckerReporter reporter,
UsagePropertyProvider usagePropertyProvider,
ScheduledExecutorService executor) |
UpdateCheckerHttpClient(UsagePropertyProvider userProperties)
Creates a new
UpdateCheckerHttpClient with the given UsagePropertyProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineUsagePropertyProvider
A
UsagePropertyProvider implementation that reads the usage properties from the command line system
properties. |
class |
DefaultUsagePropertyProvider
Default implementation of the
UsagePropertyProvider interface. |
class |
EnvironmentVariableUsagePropertyProvider
A
UsagePropertyProvider implementation that reads the usage properties from the environment variables. |
class |
HierarchicalUsagePropertyProvider
Combines multiple
UsagePropertyProvider instances into a single provider. |
class |
PropertyFileUsagePropertyProvider
A
UsagePropertyProvider that reads the AxonIQ Data Collection properties from a file located at
~/.axoniq/update-checker.properties. |
| Modifier and Type | Method and Description |
|---|---|
static UsagePropertyProvider |
UsagePropertyProvider.create(UsagePropertyProvider... additionalProviders)
Creates a new instance of
UsagePropertyProvider that combines multiple property providers. |
| Modifier and Type | Method and Description |
|---|---|
static UsagePropertyProvider |
UsagePropertyProvider.create(UsagePropertyProvider... additionalProviders)
Creates a new instance of
UsagePropertyProvider that combines multiple property providers. |
| Constructor and Description |
|---|
HierarchicalUsagePropertyProvider(List<UsagePropertyProvider> providers)
Creates a new
HierarchicalUsagePropertyProvider with the given list of providers. |
Copyright © 2010–2026. All rights reserved.