package internal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ReplicatedEventMetadata(originReplica: ReplicaId, originSequenceNr: Long, version: VersionVector, concurrent: Boolean) extends Product with Serializable
INTERNAL API
INTERNAL API
- 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
- Annotations
- @InternalStableApi()
- final class ReplicatedPublishedEventMetaData extends AnyRef
Value Members
- object ReplicatedEventMetadata extends Serializable
- object ReplicatedSnapshotMetadata extends Serializable