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