Search Results for

    Show / Hide Table of Contents

    Class MemoryJournal.ReplayTaggedMessages

    Inheritance
    object
    MemoryJournal.ReplayTaggedMessages
    Implements
    IJournalRequest
    IJournalMessage
    IPersistenceMessage
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    [Serializable]
    public sealed class MemoryJournal.ReplayTaggedMessages : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    ReplayTaggedMessages(int, int, int, string, IActorRef)

    Initializes a new instance of the MemoryJournal.ReplayTaggedMessages class.

    Declaration
    public ReplayTaggedMessages(int fromOffset, int toOffset, int max, string tag, IActorRef replyTo)
    Parameters
    Type Name Description
    int fromOffset
    int toOffset
    int max
    string tag
    IActorRef replyTo
    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown for a number of reasons. These include the following:

    • The specified fromOffset is less than zero.
    • The specified toOffset is less than or equal to zero.
    • The specified max is less than or equal to zero.
    ArgumentNullException

    This exception is thrown when the specified tag is null or empty.

    Fields

    | Edit this page View Source

    FromOffset

    Declaration
    public readonly int FromOffset
    Field Value
    Type Description
    int
    | Edit this page View Source

    Max

    Declaration
    public readonly int Max
    Field Value
    Type Description
    int
    | Edit this page View Source

    ReplyTo

    Declaration
    public readonly IActorRef ReplyTo
    Field Value
    Type Description
    IActorRef
    | Edit this page View Source

    Tag

    Declaration
    public readonly string Tag
    Field Value
    Type Description
    string
    | Edit this page View Source

    ToOffset

    Declaration
    public readonly int ToOffset
    Field Value
    Type Description
    int

    Implements

    IJournalRequest
    IJournalMessage
    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