Sha256: b68ed5b5f9eed07c17e44f0d92ce69e5d8d7687a25eefdbff389d65ac403fcb8
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true # Application worker from which all workers should inherit # You can rename it if it would conflict with your current code base (in case you're integrating # Karafka with other frameworks). Karafka will use first direct descendant of Karafka::BaseWorker # to build worker classes class ApplicationWorker < Karafka::BaseWorker end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
karafka-0.6.0.rc2 | lib/karafka/templates/application_worker.rb.example |