Entity Clock
data class EntityClock(id: UUID, createdAt: Long, logicalTime: Long) : Attribute, Comparable<EntityClock>
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: UUID, createdAt: Long = Clock.System.now().toEpochMilliseconds(), logicalTime: Long = 100): EntityClock
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard