Class ReplayTaggedMessages
TBD
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sqlite.dll
Syntax
[Serializable]
public sealed class ReplayTaggedMessages : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceReplayTaggedMessages(Int64, Int64, Int64, String, IActorRef)
Initializes a new instance of the ReplayTaggedMessages class.
Declaration
public ReplayTaggedMessages(long fromOffset, long toOffset, long max, string tag, IActorRef replyTo)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | fromOffset | TBD |
| Int64 | toOffset | TBD |
| Int64 | 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 long FromOffset
Field Value
| Type | Description |
|---|---|
| Int64 |
Max
TBD
Declaration
public readonly long Max
Field Value
| Type | Description |
|---|---|
| Int64 |
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 long ToOffset
Field Value
| Type | Description |
|---|---|
| Int64 |
Improve this Doc