JsonLinesJournalFormat
class
Namespace: Orleans.Journaling.Json
Encodes journal entries as UTF-8 JSON Lines and replays complete records in order.
public sealed class JsonLinesJournalFormat : IJournalFormatConstructors
Properties
Methods
CreateWriterCreates a writer for a new mutable journal batch.Replay(JournalBufferReader, JournalReplayContext)Reads as many complete journal entries as possible frominputand applies them to resolved states.
Fields
JournalFormatKeyThe well-known key for the JSON Lines journal format.
