Interface LogTailResult

  • All Superinterfaces:
    Iterable<LogEvent>
    All Known Implementing Classes:
    EmptyLogTailResult

    public interface LogTailResult
    extends Iterable<LogEvent>
    The result of a log search.
    Since:
    11.9RC1
    Version:
    $Id: 778cd06889934c76f73e0e798f41bfae2e9fab04 $
    • Method Detail

      • stream

        Stream<LogEvent> stream()
        Returns:
        a sequential Stream over the elements in this collection