Module: Fluent::PostgresqlQueryBasedSyncPreference

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

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



93
94
95
96
97
98
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/preference.rb', line 93

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