public interface JournalSink
Modifier and Type | Method and Description |
---|---|
void |
append(Journal.JournalEntry entry)
Appends a new journal entry written to the journal.
|
void |
flush()
Signals the sink that the journal is flushed.
|
void append(Journal.JournalEntry entry)
entry
- the entry to appendvoid flush()
Copyright © 2023. All Rights Reserved.