Interface IPersistentEnvelope
Internal API
Marks messages which can then be resequenced by Async
In essence it is either an Akka.
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 |
---|---|
IActor |
Size
TBD
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
Int32 |