public interface JournalContext extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
append(Journal.JournalEntry entry) |
void |
close() |
void append(Journal.JournalEntry entry)
entry
- the Journal.JournalEntry
to append to the journalvoid close() throws UnavailableException
close
in interface AutoCloseable
close
in interface Closeable
UnavailableException
Copyright © 2023. All Rights Reserved.