LWWRegisterInterface
kofre.decompose.interfaces.LWWRegisterInterface$
object LWWRegisterInterface
An LWW (Last Writer Wins) is a Delta CRDT modeling a register.
If two concurrent write operations occur, the resulting LWW takes on the value of the write operation with the later timestamp.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- LWWRegisterInterface.type