Class LogEntryIterator (3.16.0)

public class LogEntryIterator implements Iterator<LogEntry>

The class implements {@see Iterator} interface over {@see LogEntry} by iterating through {@see TailLogEntriesResponse} streamed by BidiStream. This class is instantiated by {@see LogEntryServerStream} and is not intended to be used explicitly.

Inheritance

java.lang.Object > LogEntryIterator

Implements

Iterator<LogEntry>

Methods

hasNext()

public boolean hasNext()
Returns
TypeDescription
boolean

next()

public LogEntry next()
Returns
TypeDescription
LogEntry