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)


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

def flush?; raise "abstract method"; end

#shutdown?Boolean

Returns:

  • (Boolean)


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

def shutdown?; raise "abstract method"; end