Package | Description |
---|---|
org.axonframework.springboot.autoconfig | |
org.axonframework.updates | |
org.axonframework.updates.configuration |
Modifier and Type | Method and Description |
---|---|
UsagePropertyProvider |
UpdateCheckerAutoConfiguration.usagePropertyProvider() |
Modifier and Type | Method and Description |
---|---|
UpdateCheckerHttpClient |
UpdateCheckerAutoConfiguration.updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) |
Constructor and Description |
---|
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/data-collection.properties`. |
Modifier and Type | Method and Description |
---|---|
static UsagePropertyProvider |
UsagePropertyProvider.create()
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–2025. All rights reserved.