Search Results for

    Show / Hide Table of Contents

    Interface IPersistenceMessage

    Marker interface for internal persistence extension messages.

    Helps persistence plugin developers to differentiate internal persistence extension messages from their custom plugin messages.

    Journal messages need not be serialization verified as the Journal Actor should always be a local Actor (and serialization is performed by plugins). One notable exception to this is the shared journal used for testing.

    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    public interface IPersistenceMessage : INoSerializationVerificationNeeded

    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