instance method
build_handle
Ruby on Rails 7.1.6
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 276
def build_handle(name, id, payload)
Handle.new(self, name, id, payload)
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 276
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout