Module: Fluent::MysqlBinlogFlydataInputPreference

Included in:
MysqlBinlogFlydataInput
Defined in:
lib/flydata/fluent-plugins/flydata_plugin_ext/preference.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



84
85
86
87
88
89
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/preference.rb', line 84

def self.included(base)
  base.instance_eval do
    include DataEntryPreferenceConfigurable
    register_config_params Flydata::SourceMysql::DataEntry::CONFIG_PARAMS
  end
end