JsonJournalExtensions
class
Namespace: Orleans.Journaling.Json
Extension methods for configuring the JSON Lines Orleans.Journaling format.
public static class JsonJournalExtensionsMethods
UseJsonJournalFormat(ISiloBuilder, Action<JsonJournalOptions>)Configures this silo with the JSON Lines Orleans.Journaling format family.UseJsonJournalFormat(ISiloBuilder, IJsonTypeInfoResolver)Configures this silo with the JSON Lines Orleans.Journaling format family and registers source-generated metadata for journaled payload values.
Fields
JournalFormatKeyThe well-known key for the JSON Lines journal format.
