Method: Fluent#shutdown

Defined in:
lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync.rb

#shutdownObject



99
100
101
102
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync.rb', line 99

def shutdown
  super
  @sync_fm.close if @sync_fm
end