| MemoryJournalMessages Property |
TBD
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual 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