protected final class MySqlStreamingChangeEventSource.ReaderThreadLifecycleListener extends Object implements com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
| Modifier | Constructor and Description |
|---|---|
protected |
ReaderThreadLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCommunicationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client,
Exception ex) |
void |
onConnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) |
void |
onDisconnect(com.github.shyiko.mysql.binlog.BinaryLogClient client) |
void |
onEventDeserializationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client,
Exception ex) |
public void onDisconnect(com.github.shyiko.mysql.binlog.BinaryLogClient client)
onDisconnect in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListenerpublic void onConnect(com.github.shyiko.mysql.binlog.BinaryLogClient client)
onConnect in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListenerpublic void onCommunicationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client,
Exception ex)
onCommunicationFailure in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListenerpublic void onEventDeserializationFailure(com.github.shyiko.mysql.binlog.BinaryLogClient client,
Exception ex)
onEventDeserializationFailure in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListenerCopyright © 2021 JBoss by Red Hat. All rights reserved.