Class: LogStash::SignalEvent

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

Direct Known Subclasses

FlushEvent, NoSignal, ShutdownEvent

Instance Method Summary collapse

Instance Method Details

#flush?Boolean

Returns:

  • (Boolean)


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

def flush?; raise "abstract method"; end

#shutdown?Boolean

Returns:

  • (Boolean)


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

def shutdown?; raise "abstract method"; end