Class: LogStash::Inputs::FlushableListener
- Inherits:
-
FileListener
- Object
- FileListener
- LogStash::Inputs::FlushableListener
- Defined in:
- lib/logstash/inputs/file_listener.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
writeonly
Sets the attribute path.
Attributes inherited from FileListener
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
49 50 51 |
# File 'lib/logstash/inputs/file_listener.rb', line 49 def path=(value) @path = value end |