FunPersistentViewEvent, State Properties |
The FSharpFunPersistentViewEvent, State generic type exposes the following members.
Name | Description | |
---|---|---|
AutoUpdateInterval |
Time interval to automatic updates. Used only when IsAutoUpdate value is true.
(Inherited from PersistentView.) | |
AutoUpdateReplayMax |
The maximum number of messages to replay per update.
(Inherited from PersistentView.) | |
IsAutoUpdate |
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.) | |
IsPersistent |
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.) | |
IsRecovering |
Returns true if this persistent view is currently recovering.
(Inherited from PersistentView.) | |
IsRecoveryFinished |
Returns true if this persistent view has successfully finished recovery.
(Inherited from PersistentView.) | |
Journal |
TBD
(Inherited from PersistentView.) | |
JournalPluginId |
TBD
(Inherited from PersistentView.) | |
LastSequenceNr |
Highest received sequence number so far or 0 it none persistent event has been replayed yet.
(Inherited from PersistentView.) | |
PersistenceId | (Overrides PersistentViewPersistenceId.) | |
Recovery |
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.) | |
Self |
Gets the self ActorRef
(Inherited from ActorBase.) | |
Sender |
Gets the sending ActorRef of the current message
(Inherited from ActorBase.) | |
SnapshotPluginId |
TBD
(Inherited from PersistentView.) | |
SnapshotSequenceNr |
Gets last sequence number.
(Inherited from PersistentView.) | |
SnapshotStore |
TBD
(Inherited from PersistentView.) | |
SnapshotterId |
Gets the ViewId.
(Inherited from PersistentView.) | |
Stash |
TBD
(Inherited from PersistentView.) | |
ViewId | (Overrides PersistentViewViewId.) |