ReconfigurationSuccess

data class ReconfigurationSuccess<T : Any>(val event: T) : ReconfigurationResult<T>

Represents a successful reconfiguration caused by the event.

Constructors

Link copied to clipboard
constructor(event: T)

Properties

Link copied to clipboard
val event: T