ConflictCandidate
Defined in: src/persistence/replicated/ConflictResolver.ts:35
Event paired with the metadata a resolver needs to break ties.
Type Parameters
Section titled “Type Parameters”E
Properties
Section titled “Properties”
readonlyevent:E
Defined in: src/persistence/replicated/ConflictResolver.ts:37
The user-domain event payload.
replica
Section titled “replica”
readonlyreplica:string
Defined in: src/persistence/replicated/ConflictResolver.ts:41
Originating replica id (typically cluster.selfAddress.toString()).
timestamp
Section titled “timestamp”
readonlytimestamp:number
Defined in: src/persistence/replicated/ConflictResolver.ts:39
Wall-clock timestamp at the originating replica.
readonlyvc:VectorClock
Defined in: src/persistence/replicated/ConflictResolver.ts:43
Vector clock at persist time.