Uses of Record Class
org.axonframework.update.api.Artifact
Packages that use Artifact
Package
Description
Part of the Axon Update module.
Part of the Axon Update module.
-
Uses of Artifact in org.axonframework.update.api
Methods in org.axonframework.update.api that return types with arguments of type ArtifactModifier and TypeMethodDescriptionUpdateCheckRequest.libraries()Returns the value of thelibrariesrecord component.Constructor parameters in org.axonframework.update.api with type arguments of type ArtifactModifierConstructorDescriptionUpdateCheckRequest(String machineId, String machineUserName, String instanceId, String osName, String osVersion, String osArch, String jvmVersion, String jvmVendor, String kotlinVersion, List<Artifact> libraries) Creates an instance of aUpdateCheckRequestrecord class. -
Uses of Artifact in org.axonframework.update.detection
Methods in org.axonframework.update.detection that return types with arguments of type ArtifactModifier and TypeMethodDescriptionAxonVersionDetector.safeDetectAxonModules()Detects Axon Framework modules in the classpath and returns their versions.