Package | Description |
---|---|
org.axonframework.updates.api |
Modifier and Type | Method and Description |
---|---|
List<DetectedVulnerability> |
UpdateCheckResponse.vulnerabilities()
Returns the collection of
vulnerabilities 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.