Click or drag to resize
Akka.NETFunPersistentViewEvent, State Properties

The FSharpFunPersistentViewEvent, State generic type exposes the following members.

Properties
  NameDescription
Public propertyAutoUpdateInterval
Time interval to automatic updates. Used only when IsAutoUpdate value is true.
(Inherited from PersistentView.)
Public propertyAutoUpdateReplayMax
The maximum number of messages to replay per update.
(Inherited from PersistentView.)
Public propertyIsAutoUpdate
If true, this view will update itself automatically within an interval specified by AutoUpdateInterval. If false, application must update this view explicitly with Update requests.
(Inherited from PersistentView.)
Public propertyIsPersistent
If true, the currently processed message was persisted - it sent from the Journal. If false, the currently processed message comes from another actor ('/user/*' path).
(Inherited from PersistentView.)
Public propertyIsRecovering
Returns true if this persistent view is currently recovering.
(Inherited from PersistentView.)
Public propertyIsRecoveryFinished
Returns true if this persistent view has successfully finished recovery.
(Inherited from PersistentView.)
Public propertyJournal
TBD
(Inherited from PersistentView.)
Public propertyJournalPluginId
TBD
(Inherited from PersistentView.)
Public propertyLastSequenceNr
Highest received sequence number so far or 0 it none persistent event has been replayed yet.
(Inherited from PersistentView.)
Public propertyPersistenceId (Overrides PersistentViewPersistenceId.)
Public propertyRecovery
Called when the persistent view 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 PersistentView.)
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
(Inherited from PersistentView.)
Public propertySnapshotSequenceNr
Gets last sequence number.
(Inherited from PersistentView.)
Public propertySnapshotStore
TBD
(Inherited from PersistentView.)
Public propertySnapshotterId
Gets the ViewId.
(Inherited from PersistentView.)
Public propertyStash
TBD
(Inherited from PersistentView.)
Public propertyViewId (Overrides PersistentViewViewId.)
Top
See Also