Sha256: 30f236cad4b9bfae9cc952a289851d6c01e06f059962fc2424b753c5cefcd7cf
Contents?: true
Size: 338 Bytes
Versions: 83
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features # Active-Job related components # @note We can load it always, despite someone not using ActiveJob as it just adds a method # to the routing, without actually breaking anything. class ActiveJob < Base end end end end
Version data entries
83 entries across 83 versions & 1 rubygems