Method: Fluent::SpectrumInput::TimerWatcher#on_timer

Defined in:
lib/fluent/plugin/in_spectrum.rb

#on_timerObject

def initialize



31
32
33
34
35
36
# File 'lib/fluent/plugin/in_spectrum.rb', line 31

def on_timer
  @callback.call
rescue
  $log.error $!.to_s
  $log.error_backtrace
end