Search Results for

    Show / Hide Table of Contents

    Class MemoryJournal.ReplayAllEvents

    Inheritance
    object
    MemoryJournal.ReplayAllEvents
    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.ReplayAllEvents : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    ReplayAllEvents(int, int, long, IActorRef)

    Initializes a new instance of the MemoryJournal.ReplayAllEvents class.

    Declaration
    public ReplayAllEvents(int fromOffset, int toOffset, long max, IActorRef replyTo)
    Parameters
    Type Name Description
    int fromOffset
    int toOffset
    long max
    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.

    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 long Max
    Field Value
    Type Description
    long
    | Edit this page View Source

    ReplyTo

    Declaration
    public readonly IActorRef ReplyTo
    Field Value
    Type Description
    IActorRef
    | 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