DevReloadEvent

@Serializable
data class DevReloadEvent(val stage: DevReloadStage, val pluginId: String? = null, val modulePath: String? = null, val outcome: DevReloadOutcome? = null, val message: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)

Constructors

Link copied to clipboard
constructor(stage: DevReloadStage, pluginId: String? = null, modulePath: String? = null, outcome: DevReloadOutcome? = null, message: String, timestamp: Long = Clock.System.now().toEpochMilliseconds())

Properties

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