Uses of Class
org.axonframework.updates.api.ArtifactAvailableUpgrade
Packages that use ArtifactAvailableUpgrade
-
Uses of ArtifactAvailableUpgrade in org.axonframework.updates.api
Methods in org.axonframework.updates.api that return types with arguments of type ArtifactAvailableUpgradeModifier and TypeMethodDescriptionUpdateCheckResponse.upgrades()Returns the collection ofupgradesof this update check response.Constructor parameters in org.axonframework.updates.api with type arguments of type ArtifactAvailableUpgradeModifierConstructorDescriptionUpdateCheckResponse(int checkInterval, List<ArtifactAvailableUpgrade> upgrades, List<DetectedVulnerability> vulnerabilities) Constructs anUpdateCheckResponsewith the givencheckInterval,upgrades, andvulnerabilities.