instance method
build_handle
Ruby on Rails 8.0.4
Since v7.1.6Signature
build_handle(name, id, payload)
No documentation comment.
Parameters
-
namereq -
idreq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 272
def build_handle(name, id, payload)
Handle.new(self, name, id, payload)
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 272
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout