method

build_handle

Importance_1
v7.2.3 - Show latest stable - 0 notes - Class: ActiveSupport::Notifications::Instrumenter
build_handle(name, payload) public

Returns a “handle” for an event with the given name and payload.

#start and #finish must each be called exactly once on the returned object.

Where possible, it’s best to use #instrument, which will record the start and finish of the event and correctly handle any exceptions. build_handle is a low-level API intended for cases where using instrument isn’t possible.

See ActiveSupport::Notifications::Fanout::Handle.

Show source
Register or log in to add new notes.