Skip to content

JournalStreamWriter

struct

Namespace: Orleans.Journaling

Writes journal entries for one state into the current journal batch.
public readonly struct JournalStreamWriter

Remarks

This type does not write to storage directly. Entries are buffered by the owning JournalBufferWriter.

Methods

  • BeginEntry Begins writing one journal entry for this writer's state.