Interface LogRecordAwaiter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LogRecordAwaiter
Listener invoked by LogStream when new records are available to read.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be invoked when new records are available in LogStream.
  • Method Details

    • onRecordAvailable

      void onRecordAvailable()
      Will be invoked when new records are available in LogStream.