Method: LogStash::PluginMixins::JdbcStreaming.included

Defined in:
lib/logstash/plugin_mixins/jdbc_streaming.rb

.included(base) ⇒ Object

This method is called when someone includes this module



26
27
28
29
30
# File 'lib/logstash/plugin_mixins/jdbc_streaming.rb', line 26

def self.included(base)
  # Add these methods to the 'base' given.
  base.extend(self)
  base.setup_jdbc_config
end