public final class EventCollectorAsStream extends AbstractEventStream
Constructor and Description |
---|
EventCollectorAsStream(EventCollector ec) |
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.
|
remove
public EventCollectorAsStream(EventCollector ec)
public Event next()
EventStream
public boolean hasNext()
EventStream
Copyright © 2019 The Apache Software Foundation. All rights reserved.