ParticipantId

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

Functions

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

Properties

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