| SharedMemoryJournalMessages 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; }
abstract Messages : ConcurrentDictionary<string, LinkedList<IPersistentRepresentation>> with get
override Messages : ConcurrentDictionary<string, LinkedList<IPersistentRepresentation>> with get
Property Value
Type:
ConcurrentDictionaryString,
LinkedListIPersistentRepresentationSee Also