module Sqreen::Ecosystem::ModuleApi::EventListener
Private Instance Methods
on_request_start(&cb)
click to toggle source
XXX: callbacks need to be wrapped in order ot handle perfcap, exceptions, and maybe other concerns applying across the board
# File lib/sqreen/ecosystem/module_api/event_listener.rb, line 17 def on_request_start(&cb) DispatchTable.add_request_start_listener.call(cb) end