@ThreadSafe public final class NoopJournalContext extends Object implements JournalContext
Modifier and Type | Field and Description |
---|---|
static NoopJournalContext |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
append(Journal.JournalEntry entry) |
void |
close() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public static final NoopJournalContext INSTANCE
public void append(Journal.JournalEntry entry)
append
in interface JournalContext
entry
- the Journal.JournalEntry
to append to the journalpublic void close()
close
in interface JournalContext
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2023. All Rights Reserved.