instance method
build_event
Ruby on Rails 7.0.10
Since v6.0.6 Last seen in v7.0.10 PrivateSignature
build_event(name, id, payload)
No documentation comment.
Parameters
-
namereq -
idreq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 278
def build_event(name, id, payload)
ActiveSupport::Notifications::Event.new name, nil, nil, id, payload
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 278
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout::Subscribers::EventObject