Class LogEntryIterator

  • All Implemented Interfaces:
    Iterator<LogEntry>

    public class LogEntryIterator
    extends Object
    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.