Uses of Interface
io.debezium.connector.binlog.BinlogStreamingChangeEventSource.RowsProvider
Packages that use BinlogStreamingChangeEventSource.RowsProvider
-
Uses of BinlogStreamingChangeEventSource.RowsProvider in io.debezium.connector.binlog
Methods in io.debezium.connector.binlog with parameters of type BinlogStreamingChangeEventSource.RowsProviderModifier and TypeMethodDescriptionprivate <T extends com.github.shyiko.mysql.binlog.event.EventData,U>
voidBinlogStreamingChangeEventSource.handleChange(P partition, O offsetContext, com.github.shyiko.mysql.binlog.event.Event event, Envelope.Operation operation, Class<T> eventDataClass, BinlogStreamingChangeEventSource.TableIdProvider<T> tableIdProvider, BinlogStreamingChangeEventSource.RowsProvider<T, U> rowsProvider, BinlogStreamingChangeEventSource.BinlogChangeEmitter<U> changeEmitter, BinlogStreamingChangeEventSource.ChangeEventValidator<U> changeEventValidator)