NodeStatsThreadPool

@Serializable
data class NodeStatsThreadPool(val active: Long? = null, val queue: Long? = null, val rejected: Long? = null)

Constructors

Link copied to clipboard
constructor(active: Long? = null, queue: Long? = null, rejected: Long? = null)

Properties

Link copied to clipboard
val active: Long?
Link copied to clipboard
val queue: Long?
Link copied to clipboard