Module: Shoryuken::Worker

Included in:
ActiveJob::QueueAdapters::ShoryukenAdapter::JobWrapper
Defined in:
lib/shoryuken/worker.rb,
lib/shoryuken/worker/inline_executor.rb,
lib/shoryuken/worker/default_executor.rb

Defined Under Namespace

Modules: ClassMethods Classes: DefaultExecutor, InlineExecutor

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/shoryuken/worker.rb', line 3

def self.included(base)
  base.extend(ClassMethods)
  base.shoryuken_class_attribute :shoryuken_options_hash
end