Package | Description |
---|---|
org.axonframework.updates.api | |
org.axonframework.updates.detection |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
UpdateCheckRequest.libraries()
Returns the collection of
libraries of this update check request. |
Constructor and Description |
---|
UpdateCheckRequest(String machineId,
String instanceId,
String osName,
String osVersion,
String osArch,
String jvmVersion,
String jvmVendor,
String kotlinVersion,
List<Artifact> libraries)
Constructs an
UpdateCheckRequest with the given machineId , instanceId , osName ,
osVersion , osArch , jvmVersion , jvmVendor , kotlinVersion , and
libraries . |
Modifier and Type | Method and Description |
---|---|
static List<Artifact> |
AxonVersionDetector.safeDetectAxonModules()
Detects Axon Framework modules in the classpath and returns their versions.
|
Copyright © 2010–2025. All rights reserved.