Interface IPersistentEnvelope
Internal API
Marks messages which can then be resequenced by AsyncWriteJournal.
In essence it is either an Akka.Persistence.NonPersistentMessage or AtomicWrite
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public interface IPersistentEnvelope
Properties
| Improve this Doc View SourcePayload
TBD
Declaration
object Payload { get; }
Property Value
Type | Description |
---|---|
Object |
Sender
TBD
Declaration
IActorRef Sender { get; }
Property Value
Type | Description |
---|---|
IActorRef |
Size
TBD
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
Int32 |