Click or drag to resize
Akka.NETAkka.Persistence.Snapshot Namespace
The Akka.Persistence.Snapshot namespace contains classes used to snapshot an actor's internal state.
Classes
  ClassDescription
Public classLocalSnapshotStore
TBD
Public classNoSnapshotStore
Used as a default snapshot-store in case no other store was configured. If a PersistentActor calls the SaveSnapshot(Object) method, and at the same time does not configure a specific snapshot-store to be used *and* no default snapshot-store is available, then the NoSnapshotStore will be used to signal a snapshot store failure.
Public classNoSnapshotStoreNoSnapshotStoreException
TBD
Public classSnapshotStore
TBD