IPersistentRepresentation Interface |
Namespace: Akka.Persistence
The IPersistentRepresentation type exposes the following members.
Name | Description | |
---|---|---|
IsDeleted |
Not used in new records stored with Akka.net v1.1 and above, but
old records may have this as `true` if
it was a non-permanent delete.
| |
Manifest |
Returns the persistent payload's manifest if available.
| |
Payload |
This persistent message's payload.
| |
PersistenceId |
Persistent id that journals a persistent message.
| |
Sender |
Sender of this message
| |
SequenceNr |
Sequence number of this persistent message.
| |
WriterGuid |
Unique identifier of the writing persistent actor.
Used to detect anomalies with overlapping writes from multiple
persistent actors, which can result in inconsistent replays.
|
Name | Description | |
---|---|---|
Update |
Creates a new deep copy of this message.
| |
WithManifest |
Creates a new persistent message with the specified manifest.
| |
WithPayload |
Creates a new persistent message with the specified payload.
|