module Karafka::Extensions::SidekiqAttributesMap::ClassMethods
Class methods that extend the attributes map class
Public Instance Methods
topic()
click to toggle source
Extra topic fields that we need to have to work with sidekiq backend @return [Array<Symbol>] available topic options
Calls superclass method
# File lib/karafka/extensions/sidekiq_attributes_map.rb, line 13 def topic super + %i[interchanger worker] end