| 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) |
| 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)
Creates a new instance of
UpdateCheckTask with the given UpdateCheckerHttpClient. |
UpdateChecker(UpdateCheckerHttpClient client,
UpdateCheckerReporter reporter,
ScheduledExecutorService executor) |
Copyright © 2010–2025. All rights reserved.