public interface EventStream
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.
|
Event next() throws IOException
IOException
boolean hasNext() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.