Module: Bunny::Prepend::Queue
- Defined in:
- lib/new_relic/agent/instrumentation/bunny/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Bunny
NewRelic::Agent::Instrumentation::Bunny::DEFAULT_NAME, NewRelic::Agent::Instrumentation::Bunny::DEFAULT_TYPE, NewRelic::Agent::Instrumentation::Bunny::INSTRUMENTATION_NAME, NewRelic::Agent::Instrumentation::Bunny::LIBRARY, NewRelic::Agent::Instrumentation::Bunny::SLASH
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Bunny::Queue
#pop_with_tracing, #purge_with_tracing
Methods included from NewRelic::Agent::Instrumentation::Bunny
Instance Method Details
#pop(opts = {:manual_ack => false}, &block) ⇒ Object
18 19 20 |
# 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) ⇒ Object
22 23 24 |
# File 'lib/new_relic/agent/instrumentation/bunny/prepend.rb', line 22 def purge(*args) purge_with_tracing { super } end |