public interface EventIterator
extends java.io.Closeable
Modifier and Type | Field and Description |
---|---|
static EventIterator |
EMPTY |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ProvenanceEventRecord> |
nextEvent() |
static EventIterator |
of(ProvenanceEventRecord... events) |
static final EventIterator EMPTY
java.util.Optional<ProvenanceEventRecord> nextEvent() throws java.io.IOException
java.io.IOException
static EventIterator of(ProvenanceEventRecord... events)