module NewRelic::Agent::Instrumentation::Bunny::Prepend::Queue
Public Instance Methods
pop(opts = {:manual_ack => false}, &block)
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/bunny/prepend.rb, line 18 def pop(opts = {:manual_ack => false}, &block) pop_with_tracing { super } end
purge(*args)
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/bunny/prepend.rb, line 22 def purge(*args) purge_with_tracing { super } end