final case class ReplicatedEventMetadata(originReplica: ReplicaId, originSequenceNr: Long, version: VersionVector, concurrent: Boolean) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplicatedEventMetadata
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReplicatedEventMetadata(originReplica: ReplicaId, originSequenceNr: Long, version: VersionVector, concurrent: Boolean)
- originReplica
Where the event originally was created
- originSequenceNr
The original sequenceNr in the origin DC
- version
The version with which the event was persisted at the different DC. The same event will have different version vectors at each location as they are received at different times
INTERNAL API
Where the event originally was created
The original sequenceNr in the origin DC
The version with which the event was persisted at the different DC. The same event will have different version vectors at each location as they are received at different times