Class MemoryJournal.CurrentPersistenceIds
TBD
Implements
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class CurrentPersistenceIds : IDeadLetterSuppression
Constructors
| Improve this Doc View SourceCurrentPersistenceIds(IEnumerable<String>, Int32)
TBD
Declaration
public CurrentPersistenceIds(IEnumerable<string> allPersistenceIds, int highestOrderingNumber)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<String> | allPersistenceIds | TBD |
Int32 | highestOrderingNumber | TBD |
Fields
| Improve this Doc View SourceAllPersistenceIds
TBD
Declaration
public readonly IEnumerable<string> AllPersistenceIds
Field Value
Type | Description |
---|---|
IEnumerable<String> |
HighestOrderingNumber
Declaration
public readonly int HighestOrderingNumber
Field Value
Type | Description |
---|---|
Int32 |