InitConfig

data class InitConfig(var eventRate: Long = 1000)

Constructors

Link copied to clipboard
fun InitConfig(eventRate: Long = 1000)

Properties

Link copied to clipboard
var eventRate: Long = 1000