Click or drag to resize
Akka.NETSharedMemoryJournalMessages Property
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override ConcurrentDictionary<string, LinkedList<IPersistentRepresentation>> Messages { get; }

Property Value

Type: ConcurrentDictionaryString, LinkedListIPersistentRepresentation
See Also