ParticipantId

@Serializable(with = PeerIdSerializer::class)
data class ParticipantId(val uuid: UUID) : Comparable<ParticipantId>

Constructors

Link copied to clipboard
constructor(uuid: UUID)

Properties

Link copied to clipboard
@Serializable(with = UUIDSerializer::class)
val uuid: UUID

Functions

Link copied to clipboard
open operator override fun compareTo(other: ParticipantId): Int