instance method
build_handle
Ruby on Rails edge
Since edgeSignature
build_handle(name, payload)
No documentation comment.
Parameters
-
namereq -
payloadreq
Source
# File activerecord/lib/active_record/connection_adapters/query_intent.rb, line 27
def build_handle(name, payload)
DeferredHandle.new(self, @instrumenter, name, payload)
end
Defined in activerecord/lib/active_record/connection_adapters/query_intent.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::QueryIntent::EventBuffer