Click or drag to resize
Akka.NETPersistentWriterGuid Property
Unique identifier of the writing persistent actor. Used to detect anomalies with overlapping writes from multiple persistent actors, which can result in inconsistent replays.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public string WriterGuid { get; }

Property Value

Type: String

Implements

IPersistentRepresentationWriterGuid
See Also