class Eye::Dsl::ChildProcessOpts

Public Instance Methods

allow_options() click to toggle source
# File lib/eye/dsl/child_process_opts.rb, line 3
def allow_options
  [:stop_command, :restart_command, :children_update_period,
   :stop_signals, :stop_grace, :stop_timeout, :restart_timeout]
end
trigger(*_args)
Alias for: triggers
triggers(*_args) click to toggle source
# File lib/eye/dsl/child_process_opts.rb, line 8
def triggers(*_args)
  raise Eye::Dsl::Error, 'triggers not allowed in monitor_children'
end
Also aliased as: trigger