NodeVersionInfo

data class NodeVersionInfo(val releaseVersion: String, val revision: String, val platformVersion: Int, val vendor: String)

Version info about the node. Note that this data should be used for diagnostics purposes only - it is unsafe to rely on this for functional decisions.

Parameters

releaseVersion

The release version string of the node, e.g. 4.3, 4.4-SNAPSHOT.

revision

The git commit hash this node was built from

platformVersion

The platform version of this node, representing the released API version.

vendor

The vendor of this node

Constructors

Link copied to clipboard
constructor(releaseVersion: String, revision: String, platformVersion: Int, vendor: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard