public interface JournalEntryStateMachine extends JournalEntryIterable
Journal.JournalEntry
s.Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
processJournalEntry(Journal.JournalEntry entry)
Applies a journal entry to the state machine.
|
void |
resetState()
Resets the journaled internal state of the state machine.
|
getJournalEntryIterator
String getName()
void processJournalEntry(Journal.JournalEntry entry) throws IOException
entry
- the entry to process to update the state of the state machineIOException
void resetState()
Copyright © 2023. All Rights Reserved.