Interface MySqlStreamingChangeEventSource.RowsProvider<E extends com.github.shyiko.mysql.binlog.event.EventData,U>

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

@FunctionalInterface private static interface MySqlStreamingChangeEventSource.RowsProvider<E extends com.github.shyiko.mysql.binlog.event.EventData,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    getRows(E data)
     
  • Method Details

    • getRows

      List<U> getRows(E data)