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
IOExceptionboolean hasNext()
throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.