Class: LogStash::NoSignal

Inherits:
SignalEvent show all
Defined in:
lib/logstash/event.rb

Instance Method Summary collapse

Instance Method Details

#flush?Boolean

Returns:



21
# File 'lib/logstash/event.rb', line 21

def flush?; false; end

#shutdown?Boolean

Returns:



22
# File 'lib/logstash/event.rb', line 22

def shutdown?; false; end