module NewRelic::Agent::Instrumentation::Bunny::Prepend::Exchange

Public Instance Methods

publish(payload, opts = {}) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/bunny/prepend.rb, line 10
def publish(payload, opts = {})
  publish_with_tracing(payload, opts) { super }
end