Click or drag to resize
Akka.NETIPersistentEnvelope Interface
Internal API Marks messages which can then be resequenced by AsyncWriteJournal. In essence it is either an NonPersistentMessage or AtomicWrite

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IPersistentEnvelope

The IPersistentEnvelope type exposes the following members.

Properties
  NameDescription
Public propertyPayload
TBD
Public propertySender
TBD
Public propertySize
TBD
Top
See Also