Node Summary
data class NodeSummary(val specs: NodeSpecs, val associatedDataSources: List<AssociatedDataSource>, val isController: Boolean, val hasAgent: Boolean, val status: AgentStatus? = null, val messages: String = "", val queueSize: Int = 0, val timestamp: Long = 0)
A snapshot of the live node state.
Constructors
Link copied to clipboard
constructor(specs: NodeSpecs, associatedDataSources: List<AssociatedDataSource>, isController: Boolean, hasAgent: Boolean, status: AgentStatus? = null, messages: String = "", queueSize: Int = 0, timestamp: Long = 0)