public class SequenceStreamEventStream extends Object implements EventStream
Constructor and Description |
---|
SequenceStreamEventStream(SequenceStream sequenceStream) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
Event |
next()
Returns the next Event object held in this EventStream.
|
void |
remove() |
public SequenceStreamEventStream(SequenceStream sequenceStream)
public boolean hasNext()
EventStream
hasNext
in interface EventStream
public Event next()
EventStream
next
in interface EventStream
public void remove()
Copyright © 2018 The Apache Software Foundation. All rights reserved.