module NewRelic::Agent::Instrumentation::RubyKafkaConsumer::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/ruby_kafka/prepend.rb, line 24 def each_message(**args) super do |message| each_message_with_new_relic(message) do yield(message) end end end
Calls superclass method