Package io.debezium.connector.binlog
Class BinlogReadBinLogIT.TraceLifecycleListener
java.lang.Object
io.debezium.connector.binlog.BinlogReadBinLogIT.TraceLifecycleListener
- All Implemented Interfaces:
com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
- Enclosing class:
- BinlogReadBinLogIT<C extends org.apache.kafka.connect.source.SourceConnector>
protected static class BinlogReadBinLogIT.TraceLifecycleListener
extends Object
implements com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCommunicationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client, Exception ex) voidonConnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) voidonDisconnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) voidonEventDeserializationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client, Exception ex)
-
Constructor Details
-
TraceLifecycleListener
protected TraceLifecycleListener()
-
-
Method Details
-
onDisconnect
public void onDisconnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) - Specified by:
onDisconnectin interfacecom.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-
onConnect
public void onConnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) - Specified by:
onConnectin interfacecom.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-
onCommunicationFailure
public void onCommunicationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client, Exception ex) - Specified by:
onCommunicationFailurein interfacecom.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-
onEventDeserializationFailure
public void onEventDeserializationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client, Exception ex) - Specified by:
onEventDeserializationFailurein interfacecom.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-