Identities

class Identities(val dynamicKind: IdKind) : IIdentities

Generates unique identifiers for objects in an object graph, supporting separate ID spaces for IDs assigned on the client and the server side of the protocol.

Constructors

Link copied to clipboard
fun Identities(dynamicKind: IdKind)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun next(parent: RdId): RdId

Generates the next unique identifier.

Properties

Link copied to clipboard
open override val dynamicKind: IdKind