Akka.Persistence.Snapshot Namespace |
Class | Description | |
---|---|---|
LocalSnapshotStore |
TBD
| |
NoSnapshotStore |
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.
| |
NoSnapshotStoreNoSnapshotStoreException |
TBD
| |
SnapshotStore |
TBD
|