Sha256: fe25fbfb397d1c4c9650010262a1a328854ce6424c64c934fe0dd1a3a9b733b8
Contents?: true
Size: 290 Bytes
Versions: 8
Compression:
Stored size: 290 Bytes
Contents
module Kafka class NullInstrumentation def self.instrument(name, payload = {}) yield payload if block_given? end end if defined?(ActiveSupport::Notifications) Instrumentation = ActiveSupport::Notifications else Instrumentation = NullInstrumentation end end
Version data entries
8 entries across 8 versions & 1 rubygems