Class ReplayedTaggedMessage
TBD
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sqlite.dll
Syntax
[Serializable]
public sealed class ReplayedTaggedMessage : INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Improve this Doc View SourceReplayedTaggedMessage(IPersistentRepresentation, String, Int64)
TBD
Declaration
public ReplayedTaggedMessage(IPersistentRepresentation persistent, string tag, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IPersistentRepresentation | persistent | TBD |
| String | tag | TBD |
| Int64 | offset | TBD |
Fields
| Improve this Doc View SourceOffset
TBD
Declaration
public readonly long Offset
Field Value
| Type | Description |
|---|---|
| Int64 |
Persistent
TBD
Declaration
public readonly IPersistentRepresentation Persistent
Field Value
| Type | Description |
|---|---|
| IPersistentRepresentation |
Tag
TBD
Declaration
public readonly string Tag
Field Value
| Type | Description |
|---|---|
| String |
Improve this Doc