Sha256: 89ffe37efcd2d943b237215e790556cf13337b22134c97221cac1447d2ec5ca5

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

# frozen_string_literal: true

module Karafka
  module Pro
    module ActiveJob
      # This Karafka component is a Pro component.
      # All of the commercial components are present in the lib/karafka/pro directory of this
      # repository and their usage requires commercial license agreement.
      #
      # Karafka has also commercial-friendly license, commercial support and commercial components.
      #
      # By sending a pull request to the pro components, you are agreeing to transfer the copyright
      # of your code to Maciej Mensfeld.

      # Pro ActiveJob consumer that is suppose to handle long-running jobs as well as short
      # running jobs
      class Consumer < Karafka::ActiveJob::Consumer
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
karafka-2.0.0.beta2 lib/karafka/pro/active_job/consumer.rb