Class: FluQ::Handler::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/fluq/handler/null.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #name, #pattern, #reactor

Instance Method Summary collapse

Methods inherited from Base

#initialize, #match?, #select, type

Methods included from Mixins::Loggable

#logger

Constructor Details

This class inherits a constructor from FluQ::Handler::Base

Instance Method Details

#on_events(events) ⇒ Object



2
3
# File 'lib/fluq/handler/null.rb', line 2

def on_events(events)
end