Interface BinaryLogClientConfigurator

All Known Implementing Classes:
AbstractBinaryLogClientConfigurator, MariaDbBinaryLogClientConfigurator, MySqlBinaryLogClientConfigurator

public interface BinaryLogClientConfigurator
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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 null
      threadFactory - the thread factory to be used; should not be null
      connection - 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()