| Package | Description |
|---|---|
| org.axonframework.springboot.autoconfig | |
| org.axonframework.updates |
| Modifier and Type | Method and Description |
|---|---|
UpdateCheckerReporter |
UpdateCheckerAutoConfiguration.updateCheckerReporter() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChecker |
UpdateCheckerAutoConfiguration.updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient,
UpdateCheckerReporter updateCheckerReporter,
UsagePropertyProvider usagePropertyProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingUpdateCheckerReporter
An
UpdateCheckerReporter implementation that logs the results of the update check. |
| 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) |
Copyright © 2010–2026. All rights reserved.