Module storm

Interface SqlTemplate.RecordListener

Enclosing interface:
SqlTemplate
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 static interface SqlTemplate.RecordListener
A listener for record events within a SQL query context.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRecord(Record record)
    Invoked when a new record is processed.
  • Method Details

    • onRecord

      void onRecord(@Nonnull Record record)
      Invoked when a new record is processed.
      Parameters:
      record - the record that is being processed.
      Since:
      1.2