Search Results for

    Show / Hide Table of Contents

    Interface IPersistentEnvelope

    Internal API

    Marks messages which can then be resequenced by AsyncWriteJournal.

    In essence it is either an Akka.Persistence.NonPersistentMessage or AtomicWrite

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

    Properties

    | Edit this page View Source

    Payload

    TBD

    Declaration
    object Payload { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Sender

    TBD

    Declaration
    IActorRef Sender { get; }
    Property Value
    Type Description
    IActorRef
    | Edit this page View Source

    Size

    TBD

    Declaration
    int Size { get; }
    Property Value
    Type Description
    int

    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