| Package | Description |
|---|---|
| org.axonframework.updates.api |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactAvailableUpgrade> |
UpdateCheckResponse.upgrades()
Returns the collection of
upgrades of this update check response. |
| Constructor and Description |
|---|
UpdateCheckResponse(int checkInterval,
List<ArtifactAvailableUpgrade> upgrades,
List<DetectedVulnerability> vulnerabilities)
Constructs an
UpdateCheckResponse with the given checkInterval, upgrades, and
vulnerabilities. |
Copyright © 2010–2025. All rights reserved.