Search Results for

    Show / Hide Table of Contents

    Class ReplayAllEvents

    TBD

    Inheritance
    Object
    ReplayAllEvents
    Implements
    IJournalRequest
    IJournalMessage
    IPersistenceMessage
    INoSerializationVerificationNeeded
    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 ReplayAllEvents : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded

    Constructors

    | Improve this Doc View Source

    ReplayAllEvents(Int64, Int64, Int64, IActorRef)

    Initializes a new instance of the ReplayAllEvents class.

    Declaration
    public ReplayAllEvents(long fromOffset, long toOffset, long max, IActorRef replyTo)
    Parameters
    Type Name Description
    Int64 fromOffset

    TBD

    Int64 toOffset

    TBD

    Int64 max

    TBD

    IActorRef replyTo

    TBD

    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

    | Improve this Doc View Source

    FromOffset

    TBD

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

    Max

    TBD

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

    ReplyTo

    TBD

    Declaration
    public readonly IActorRef ReplyTo
    Field Value
    Type Description
    IActorRef
    | Improve this Doc View Source

    ToOffset

    TBD

    Declaration
    public readonly long ToOffset
    Field Value
    Type Description
    Int64

    Implements

    IJournalRequest
    IJournalMessage
    IPersistenceMessage
    INoSerializationVerificationNeeded

    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