Class WriteJournalBase
TBD
Inheritance
WriteJournalBase
Implements
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public abstract class WriteJournalBase : ActorBase, IInternalActor
Constructors
| Improve this Doc View SourceWriteJournalBase()
TBD
Declaration
protected WriteJournalBase()
Methods
| Improve this Doc View SourceAdaptToJournal(IPersistentRepresentation)
INTERNAL API
Declaration
protected IPersistentRepresentation AdaptToJournal(IPersistentRepresentation representation)
Parameters
Type | Name | Description |
---|---|---|
IPersistentRepresentation | representation |
Returns
Type | Description |
---|---|
IPersistentRepresentation |
PreparePersistentBatch(IEnumerable<IPersistentEnvelope>)
TBD
Declaration
protected IEnumerable<AtomicWrite> PreparePersistentBatch(IEnumerable<IPersistentEnvelope> resequenceables)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IPersistentEnvelope> | resequenceables | TBD |
Returns
Type | Description |
---|---|
IEnumerable<AtomicWrite> | TBD |