Uses of Class
org.apache.nifi.cdc.mysql.event.BinlogEventListener
Packages that use BinlogEventListener
-
Uses of BinlogEventListener in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as BinlogEventListenerMethods in org.apache.nifi.cdc.mysql.processors that return BinlogEventListenerModifier and TypeMethodDescription(package private) BinlogEventListenerCaptureChangeMySQL.createBinlogEventListener(com.github.shyiko.mysql.binlog.BinaryLogClient client, BlockingQueue<RawBinlogEvent> q) Creates and returns a BinlogEventListener instance, associated with the specified binlog client and event queue.