RefreshModeReceipt

data class RefreshModeReceipt(val mode: TransientUpdateMode, val scope: RefreshModeScope, val nestingDepth: Int)(source)

Describes an acquired transient refresh-mode lease.

Constructors

Link copied to clipboard
constructor(mode: TransientUpdateMode, scope: RefreshModeScope, nestingDepth: Int)

Properties

Link copied to clipboard

Active transient mode.

Link copied to clipboard

Number of compatible leases active after this acquisition.

Link copied to clipboard

Ownership boundary of the lease.