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)


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

def flush?; raise "abstract method"; end

#shutdown?Boolean

Returns:

  • (Boolean)


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

def shutdown?; raise "abstract method"; end