Click or drag to resize
Akka.NETIPersistentIdentity Interface
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IPersistentIdentity

The IPersistentIdentity type exposes the following members.

Properties
  NameDescription
Public propertyJournalPluginId
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.
Public propertyPersistenceId
Identifier of the persistent identity for which messages should be replayed.
Public propertySnapshotPluginId
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.
Top
See Also