Click or drag to resize
Akka.NETEventsourced Properties

The Eventsourced type exposes the following members.

Properties
  NameDescription
Protected propertyExtension
TBD
Public propertyInternalStashOverflowStrategy
TBD
Public propertyIsRecovering
Returns true if this persistent entity is currently recovering.
Public propertyIsRecoveryFinished
Returns true if this persistent entity has successfully finished recovery.
Public propertyJournal
TBD
Public propertyJournalPluginId
TBD
Public propertyLastSequenceNr
Highest received sequence number so far or `0L` if this actor hasn't replayed or stored any persistent events yet.
Protected propertyLog
TBD
Public propertyPersistenceId
Id of the persistent entity for which messages should be replayed.
Public propertyRecovery
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.
Protected propertySelf
Gets the self ActorRef
(Inherited from ActorBase.)
Protected propertySender
Gets the sending ActorRef of the current message
(Inherited from ActorBase.)
Public propertySnapshotPluginId
TBD
Public propertySnapshotSequenceNr
Public propertySnapshotStore
TBD
Public propertySnapshotterId
Returns PersistenceId.
Public propertyStash
TBD
Top
See Also