Method: Fluent::PostgresqlQueryBasedFlydataInput#start
- Defined in:
- lib/flydata/fluent-plugins/in_postgresql_query_based_flydata.rb
#start ⇒ Object
48 49 50 51 |
# File 'lib/flydata/fluent-plugins/in_postgresql_query_based_flydata.rb', line 48 def start super @thread = Thread.new(&method(:run)) end |