PersistentActor Properties |
The PersistentActor type exposes the following members.
Name | Description | |
---|---|---|
Extension |
TBD
(Inherited from Eventsourced.) | |
InternalStashOverflowStrategy |
TBD
(Inherited from Eventsourced.) | |
IsRecovering |
Returns true if this persistent entity is currently recovering.
(Inherited from Eventsourced.) | |
IsRecoveryFinished |
Returns true if this persistent entity has successfully finished recovery.
(Inherited from Eventsourced.) | |
Journal |
TBD
(Inherited from Eventsourced.) | |
JournalPluginId |
TBD
(Inherited from Eventsourced.) | |
LastSequenceNr |
Highest received sequence number so far or `0L` if this actor
hasn't replayed or stored any persistent events yet.
(Inherited from Eventsourced.) | |
Log |
TBD
(Inherited from Eventsourced.) | |
PersistenceId |
Id of the persistent entity for which messages should be replayed.
(Inherited from Eventsourced.) | |
Recovery |
Called when the persistent actor is started for the first time.
The returned Recovery object defines how the actor
will recover its persistent state before handling the first incoming message.
To skip recovery completely return None.
(Inherited from Eventsourced.) | |
Self |
Gets the self ActorRef
(Inherited from ActorBase.) | |
Sender |
Gets the sending ActorRef of the current message
(Inherited from ActorBase.) | |
SnapshotPluginId |
TBD
(Inherited from Eventsourced.) | |
SnapshotSequenceNr |
Returns LastSequenceNr (Inherited from Eventsourced.) | |
SnapshotStore |
TBD
(Inherited from Eventsourced.) | |
SnapshotterId |
Returns PersistenceId.
(Inherited from Eventsourced.) | |
Stash |
TBD
(Inherited from Eventsourced.) |