class Aws::Rails::Notifications

Instruments client operation calls for ActiveSupport::Notifications Each client operation will produce an event with name: <operation>.<service>.aws @api private

Public Instance Methods

add_handlers(handlers, _config) click to toggle source
# File lib/aws/rails/notifications.rb, line 13
def add_handlers(handlers, _config)
  # This plugin needs to be first
  # which means it is called first in the stack, to start recording time,
  # and returns last
  handlers.add(Handler, step: :initialize, priority: 99)
end