Sha256: 2d8a46a8967142d259bd495b788a055ef01362fa9cbc8c8e557d6c706a253dba
Contents?: true
Size: 684 Bytes
Versions: 20
Compression:
Stored size: 684 Bytes
Contents
# frozen_string_literal: true # 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. module Karafka module Pro # Namespace for Karafka Pro related contracts module Contracts # Base contract for Pro components contracts class Base < ::Karafka::Contracts::Base end end end end
Version data entries
20 entries across 20 versions & 1 rubygems