Sha256: 81d434eb4c286ca3c1706c78628a9f0ff9dcc17235a47472197739c276eebe03
Contents?: true
Size: 287 Bytes
Versions: 18
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true # Application consumer from which all Karafka consumers should inherit # You can rename it if it would conflict with your current code base (in case you're integrating # Karafka with other frameworks) ApplicationConsumer = Class.new(Karafka::BaseConsumer)
Version data entries
18 entries across 18 versions & 1 rubygems