RolledBack

data class RolledBack(val fromVersion: Long, val toVersion: Long) : ConfigUpdateEvent

Config was rolled back from one version to another.

Constructors

Link copied to clipboard
constructor(fromVersion: Long, toVersion: Long)

Properties

Link copied to clipboard
Link copied to clipboard