Update

data class Update(val session: Long, val baseRevision: Long, val revision: Long, val patch: RemotePatch) : RemoteMessage(source)

Applies one atomic difference only when the client's committed revision matches baseRevision.

Constructors

Link copied to clipboard
constructor(session: Long, baseRevision: Long, revision: Long, patch: RemotePatch)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val session: Long

Terminal queue owner, or null for a connection-level greeting.