Uses of Class
org.axonframework.updates.api.Artifact
Packages that use Artifact
-
Uses of Artifact in org.axonframework.updates.api
Methods in org.axonframework.updates.api that return types with arguments of type ArtifactModifier and TypeMethodDescriptionUpdateCheckRequest.libraries()Returns the collection oflibrariesof this update check request.Constructor parameters in org.axonframework.updates.api with type arguments of type ArtifactModifierConstructorDescriptionUpdateCheckRequest(String machineId, String instanceId, String osName, String osVersion, String osArch, String jvmVersion, String jvmVendor, String kotlinVersion, List<Artifact> libraries) Constructs anUpdateCheckRequestwith the givenmachineId,instanceId,osName,osVersion,osArch,jvmVersion,jvmVendor,kotlinVersion, andlibraries. -
Uses of Artifact in org.axonframework.updates.detection
Methods in org.axonframework.updates.detection that return types with arguments of type ArtifactModifier and TypeMethodDescriptionAxonVersionDetector.safeDetectAxonModules()Detects Axon Framework modules in the classpath and returns their versions.