Search Results for

    Show / Hide Table of Contents

    Class ReplayedTaggedMessage

    TBD

    Inheritance
    Object
    ReplayedTaggedMessage
    Implements
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    [Serializable]
    public sealed class ReplayedTaggedMessage : INoSerializationVerificationNeeded, IDeadLetterSuppression

    Constructors

    | Improve this Doc View Source

    ReplayedTaggedMessage(IPersistentRepresentation, String, Int64)

    TBD

    Declaration
    public ReplayedTaggedMessage(IPersistentRepresentation persistent, string tag, long offset)
    Parameters
    Type Name Description
    IPersistentRepresentation persistent

    TBD

    String tag

    TBD

    Int64 offset

    TBD

    Fields

    | Improve this Doc View Source

    Offset

    TBD

    Declaration
    public readonly long Offset
    Field Value
    Type Description
    Int64
    | Improve this Doc View Source

    Persistent

    TBD

    Declaration
    public readonly IPersistentRepresentation Persistent
    Field Value
    Type Description
    IPersistentRepresentation
    | Improve this Doc View Source

    Tag

    TBD

    Declaration
    public readonly string Tag
    Field Value
    Type Description
    String

    Implements

    INoSerializationVerificationNeeded
    IDeadLetterSuppression

    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