module NewRelic::Agent::Instrumentation::RdkafkaConsumer::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/rdkafka/prepend.rb, line 25 def each super do |message| each_with_new_relic(message) do yield(message) end end end
Calls superclass method