Class SharedMemoryJournal
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public class SharedMemoryJournal : MemoryJournal, IInternalActor, IAsyncRecovery
Properties
| Improve this Doc View SourceMessages
TBD
Declaration
protected override ConcurrentDictionary<string, LinkedList<IPersistentRepresentation>> Messages { get; }
Property Value
Type | Description |
---|---|
ConcurrentDictionary<String, LinkedList<IPersistentRepresentation>> |