ManageIQ/manageiq-messaging

View on GitHub
lib/manageiq/messaging/kafka/background_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
85%
module ManageIQ
  module Messaging
    module Kafka
      module BackgroundJob
        private

        def subscribe_background_job_impl(_options)
          raise NotImplementedError
        end
      end
    end
  end
end