| Eventsourced Properties |
The Eventsourced type exposes the following members.
| Name | Description | |
|---|---|---|
| Extension |
TBD
| |
| InternalStashOverflowStrategy |
TBD
| |
| IsRecovering |
Returns true if this persistent entity is currently recovering.
| |
| IsRecoveryFinished |
Returns true if this persistent entity has successfully finished recovery.
| |
| Journal |
TBD
| |
| JournalPluginId |
TBD
| |
| LastSequenceNr |
Highest received sequence number so far or `0L` if this actor
hasn't replayed or stored any persistent events yet.
| |
| Log |
TBD
| |
| PersistenceId |
Id of the persistent entity for which messages should be replayed.
| |
| Recovery | ||
| Self |
Gets the self ActorRef
(Inherited from ActorBase.) | |
| Sender |
Gets the sending ActorRef of the current message
(Inherited from ActorBase.) | |
| SnapshotPluginId |
TBD
| |
| SnapshotSequenceNr |
Returns LastSequenceNr | |
| SnapshotStore |
TBD
| |
| SnapshotterId |
Returns PersistenceId.
| |
| Stash |
TBD
|