C# (CSharp) Akka.Persistence.Journal Пространство имен

Классы

Имя Описание
AsyncWriteJournal
AsyncWriteJournal.Desequenced
AsyncWriteJournal.Resequencer
MemoryJournal In-memory journal for testing purposes.
SharedMemoryJournal
Tagged The journal may support tagging of events that are used by the `EventsByTag` query and it may support specifying the tags via an IEventAdapter that wraps the events in a Tagged with the given Tags. The journal may support other ways of doing tagging. Please consult the documentation of the specific journal implementation for more information. The journal will unwrap the event and store the Payload.