Module: NatsWork::Instrumentation::ActiveSupportCompatibility
- Defined in:
- lib/natswork/instrumentation.rb
Overview
ActiveSupport::Notifications compatibility layer
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
112 113 114 |
# File 'lib/natswork/instrumentation.rb', line 112 def self.included(base) base.extend(ClassMethods) end |