Interface BinaryLogClientConfigurator
- All Known Implementing Classes:
AbstractBinaryLogClientConfigurator,MariaDbBinaryLogClientConfigurator,MySqlBinaryLogClientConfigurator
public interface BinaryLogClientConfigurator
- Author:
- Chris Cranford
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.shyiko.mysql.binlog.BinaryLogClientconfigure(com.github.shyiko.mysql.binlog.BinaryLogClient client, ThreadFactory threadFactory, AbstractConnectorConnection connection) Configures the provided Binary Log Client instance.com.github.shyiko.mysql.binlog.event.EventType
-
Method Details
-
configure
com.github.shyiko.mysql.binlog.BinaryLogClient configure(com.github.shyiko.mysql.binlog.BinaryLogClient client, ThreadFactory threadFactory, AbstractConnectorConnection connection) Configures the provided Binary Log Client instance.- Parameters:
client- the client instance ot be configured; should not be nullthreadFactory- the thread factory to be used; should not be nullconnection- the connector's JDBC connection; should not be null- Returns:
- the configured binary log client instance
-
getIncludeSqlQueryEventType
com.github.shyiko.mysql.binlog.event.EventType getIncludeSqlQueryEventType()
-