![]() | Persistent Class |
Namespace: Akka.Persistence
The Persistent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Persistent |
Initializes a new instance of the Persistent class.
|
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.
|
![]() ![]() | Undefined |
Plugin API: value of an undefined persistenceId or manifest.
|
![]() | 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 | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(IPersistentRepresentation) | Indicates whether the current object is equal to another object of the same type. |
![]() | Equals(Persistent) | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |