Class: Pubilion::Worker

Inherits:
Object
  • Object
show all
Defined in:
lib/pubilion/worker.rb,
lib/pubilion/worker/runner.rb,
lib/pubilion/worker/subscriber.rb,
lib/pubilion/worker/message_handler.rb

Overview

Subscribe worker on Pubilion

Defined Under Namespace

Classes: MessageHandler, Runner, Subscriber

Class Method Summary collapse

Class Method Details

.runObject



11
12
13
# File 'lib/pubilion/worker.rb', line 11

def run
  Pubilion::Worker::Runner.new(Pubilion::Config).run
end