Search Results for

    Show / Hide Table of Contents

    Interface IPersistentIdentity

    TBD

    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    public interface IPersistentIdentity

    Properties

    | Edit this page View Source

    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.

    Declaration
    string JournalPluginId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PersistenceId

    Identifier of the persistent identity for which messages should be replayed.

    Declaration
    string PersistenceId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    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.

    Declaration
    string SnapshotPluginId { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET