Class: Aws::Rails::Notifications Private

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws/rails/notifications.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This plugin needs to be first, which means it is called first in the stack, to start recording time, and returns last



13
14
15
# File 'lib/aws/rails/notifications.rb', line 13

def add_handlers(handlers, _config)
  handlers.add(Handler, step: :initialize, priority: 99)
end