Class DeleteRowsWriter

All Implemented Interfaces:
EventWriter<DeleteRowsEventInfo>

public class DeleteRowsWriter extends AbstractBinlogTableEventWriter<DeleteRowsEventInfo>
A writer class to output MySQL binlog "delete rows" events to flow file(s).
  • Constructor Details

    • DeleteRowsWriter

      public DeleteRowsWriter()
  • Method Details