Module: Karafka::Extensions::SidekiqAttributesMap::ClassMethods
- Defined in:
- lib/karafka/extensions/sidekiq_attributes_map.rb
Overview
Class methods that extend the attributes map class
Instance Method Summary collapse
-
#topic ⇒ Array<Symbol>
Extra topic fields that we need to have to work with sidekiq backend.
Instance Method Details
#topic ⇒ Array<Symbol>
Extra topic fields that we need to have to work with sidekiq backend
13 14 15 |
# File 'lib/karafka/extensions/sidekiq_attributes_map.rb', line 13 def topic super + %i[interchanger worker] end |