instance method
finish_with_state
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
finish_with_state(listeners_state, name, payload)
No documentation comment.
Parameters
-
listeners_statereq -
namereq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 48
def finish_with_state(listeners_state, name, payload)
@notifier.finish name, @id, payload, listeners_state
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Instrumenter