Class: LogStash::Inputs::FlushableListener

Inherits:
FileListener show all
Defined in:
lib/logstash/inputs/file_listener.rb

Instance Attribute Summary collapse

Attributes inherited from FileListener

#data, #input, #path

Method Summary

Methods inherited from FileListener

#accept, #deleted, #eof, #error, #initialize, #opened, #process_event, #reading_completed, #timed_out

Constructor Details

This class inherits a constructor from LogStash::Inputs::FileListener

Instance Attribute Details

#path=(value) ⇒ Object (writeonly)

Sets the attribute path

Parameters:

  • value

    the value to set the attribute path to.



49
50
51
# File 'lib/logstash/inputs/file_listener.rb', line 49

def path=(value)
  @path = value
end