Sha256: 20b4242844bf76c3b19836d3eff5700d331c673b4caf8f11bf4c521a15a21aa6

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

# 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.rc1 lib/karafka/templates/application_worker.rb.example