IPersistentIdentity Interface |
Namespace: Akka.Persistence
The IPersistentIdentity type exposes the following members.
Name | Description | |
---|---|---|
JournalPluginId |
Configuration identifier of the journal plugin servicing current persistent actor or view.
When empty, looks in [akka.persistence.journal.plugin] to find configuration entry path.
Otherwise uses string value as an absolute path to the journal configuration entry.
| |
PersistenceId |
Identifier of the persistent identity for which messages should be replayed.
| |
SnapshotPluginId |
Configuration identifier of the snapshot store plugin servicing current persistent actor or view.
When empty, looks in [akka.persistence.snapshot-store.plugin] to find configuration entry path.
Otherwise uses string value as an absolute path to the snapshot store configuration entry.
|