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