Interface RevisionEventJournal

All Superinterfaces:
EventIterator, EventJournal, Iterator, RangeIterator

public interface RevisionEventJournal extends EventJournal
An extension of EventJournal which also allows skipping based on Event revision.
  • Method Details

    • skipToRevision

      void skipToRevision(long revision)
      Skip all Events with revision less than or equal to revision.
      Parameters:
      revision - the revision after which this iterator should be positioned
    • nextEvent

      RevisionEvent nextEvent()
      Specified by:
      nextEvent in interface EventIterator