module Icalia::Event::TopicMessageProcessing::ClassMethods

Public Instance Methods

process_from_topic(*topic_names)
Alias for: process_from_topics
process_from_topics(*topic_names) click to toggle source
# File lib/icalia/event/topic_message_processing.rb, line 14
def process_from_topics(*topic_names)
  topic_names.each do |topic_name|
    Icalia::Event::TopicMessageProcessing
      .worker_mappings[topic_name] = self
  end
end
Also aliased as: process_from_topic