Class MemoryJournal.ReplayTaggedMessages
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class ReplayTaggedMessages : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceReplayTaggedMessages(Int32, Int32, Int32, 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 |
---|---|---|
Int32 | fromOffset | TBD |
Int32 | toOffset | TBD |
Int32 | max | TBD |
String | tag | TBD |
IActorRef | replyTo | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown for a number of reasons. These include the following:
|
ArgumentNullException | This exception is thrown when the specified |
Fields
| Improve this Doc View SourceFromOffset
TBD
Declaration
public readonly int FromOffset
Field Value
Type | Description |
---|---|
Int32 |
Max
TBD
Declaration
public readonly int Max
Field Value
Type | Description |
---|---|
Int32 |
ReplyTo
TBD
Declaration
public readonly IActorRef ReplyTo
Field Value
Type | Description |
---|---|
IActorRef |
Tag
TBD
Declaration
public readonly string Tag
Field Value
Type | Description |
---|---|
String |
ToOffset
TBD
Declaration
public readonly int ToOffset
Field Value
Type | Description |
---|---|
Int32 |