Module: Icalia::Event::TopicMessageProcessing

Extended by:
ActiveSupport::Concern
Defined in:
lib/icalia/event/topic_message_processing.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.empty_mappings?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/icalia/event/topic_message_processing.rb', line 9

def self.empty_mappings?
  Icalia::Event::TopicMessageProcessing.worker_mappings.empty?
end