Sha256: 44a56710679e00a419831a79da526cbad4a0d15c95f2834ee09e03ed0185ee0f
Contents?: true
Size: 286 Bytes
Versions: 140
Compression:
Stored size: 286 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) class ApplicationConsumer < Karafka::BaseConsumer end
Version data entries
140 entries across 140 versions & 1 rubygems