Name | Description |
---|---|
NoSnapshotStore | Used as a default snapshot-store in case no other store was configured. If a PersistentActor calls the PersistentActor.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. |
NoSnapshotStore.NoSnapshotStoreException |