module NewRelic::Agent::Instrumentation::Bunny::Prepend::Exchange
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/bunny/prepend.rb, line 10 def publish(payload, opts = {}) publish_with_tracing(payload, opts) { super } end
Calls superclass method