Class: ThorBoot::Node

Inherits:
Boot
  • Object
show all
Defined in:
lib/boot/Node.rb

Direct Known Subclasses

Client, Master

Class Method Summary collapse

Methods inherited from Boot

default_options, default_options_amqp, default_options_em, default_options_sql, merge_options

Class Method Details

.boot_jobsObject



9
10
11
12
13
# File 'lib/boot/Node.rb', line 9

def self.boot_jobs
  opts = {:channel_nodes => "nodes"}
  boot_jobs = [{:name => "Node-0.0.1", :options => merge_options(opts)}]
  return (super() + boot_jobs)
end