Class: Aws::Rails::Notifications Private
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::Rails::Notifications
- 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
-
#add_handlers(handlers, _config) ⇒ Object
private
This plugin needs to be first, which means it is called first in the stack, to start recording time, and returns last.
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 |