Class MemoryJournal.ReplayAllEvents
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class ReplayAllEvents : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceReplayAllEvents(Int32, Int32, Int64, 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 |
---|---|---|
Int32 | fromOffset | TBD |
Int32 | 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:
|
Fields
| Improve this Doc View SourceFromOffset
TBD
Declaration
public readonly int FromOffset
Field Value
Type | Description |
---|---|
Int32 |
Max
TBD
Declaration
public readonly long Max
Field Value
Type | Description |
---|---|
Int64 |
ReplyTo
TBD
Declaration
public readonly IActorRef ReplyTo
Field Value
Type | Description |
---|---|
IActorRef |
ToOffset
TBD
Declaration
public readonly int ToOffset
Field Value
Type | Description |
---|---|
Int32 |