Search Results for

    Show / Hide Table of Contents

    Interface IMemoryMessages

    TBD

    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    public interface IMemoryMessages

    Methods

    | Improve this Doc View Source

    Add(IPersistentRepresentation)

    TBD

    Declaration
    IDictionary<string, LinkedList<IPersistentRepresentation>> Add(IPersistentRepresentation persistent)
    Parameters
    Type Name Description
    IPersistentRepresentation persistent

    TBD

    Returns
    Type Description
    IDictionary<String, LinkedList<IPersistentRepresentation>>

    TBD

    | Improve this Doc View Source

    Delete(String, Int64)

    TBD

    Declaration
    IDictionary<string, LinkedList<IPersistentRepresentation>> Delete(string pid, long seqNr)
    Parameters
    Type Name Description
    String pid

    TBD

    Int64 seqNr

    TBD

    Returns
    Type Description
    IDictionary<String, LinkedList<IPersistentRepresentation>>

    TBD

    | Improve this Doc View Source

    HighestSequenceNr(String)

    TBD

    Declaration
    long HighestSequenceNr(string pid)
    Parameters
    Type Name Description
    String pid

    TBD

    Returns
    Type Description
    Int64

    TBD

    | Improve this Doc View Source

    Read(String, Int64, Int64, Int64)

    TBD

    Declaration
    IEnumerable<IPersistentRepresentation> Read(string pid, long fromSeqNr, long toSeqNr, long max)
    Parameters
    Type Name Description
    String pid

    TBD

    Int64 fromSeqNr

    TBD

    Int64 toSeqNr

    TBD

    Int64 max

    TBD

    Returns
    Type Description
    IEnumerable<IPersistentRepresentation>

    TBD

    | Improve this Doc View Source

    Update(String, Int64, Func<IPersistentRepresentation, IPersistentRepresentation>)

    TBD

    Declaration
    IDictionary<string, LinkedList<IPersistentRepresentation>> Update(string pid, long seqNr, Func<IPersistentRepresentation, IPersistentRepresentation> updater)
    Parameters
    Type Name Description
    String pid

    TBD

    Int64 seqNr

    TBD

    Func<IPersistentRepresentation, IPersistentRepresentation> updater

    TBD

    Returns
    Type Description
    IDictionary<String, LinkedList<IPersistentRepresentation>>

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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