Interface XStreamJournalEntry<T>

All Known Subinterfaces:
ChainStateJournalEntry
All Known Implementing Classes:
ChainStateJournalEntries.AbstractBuildStateJournalEntry, ChainStateJournalEntries.AddResultVariables, ChainStateJournalEntries.JobDispatched, ChainStateJournalEntries.JobFinalized, ChainStateJournalEntries.NextStage, ChainStateJournalEntries.SetMergeResult, ChainStateJournalEntries.SetStartDate

public interface XStreamJournalEntry<T>
An entry to a journal.
Since:
9.5
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    replay(T target)
    Replay operation logged by this entry on the given target.
  • Method Details

    • replay

      void replay(@NotNull T target)
      Replay operation logged by this entry on the given target.
      Parameters:
      target -