Sha256: 2dc3759e9ec9dc5f10a76fa19834a5c63af6276e095317b4f752c79f7c7b81e2
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
class Eye::Dsl::ChildProcessOpts < Eye::Dsl::Opts def allow_options [:stop_command, :restart_command, :children_update_period, :stop_signals, :stop_grace, :stop_timeout, :restart_timeout] end def triggers(*_args) raise Eye::Dsl::Error, 'triggers not allowed in monitor_children' end alias_method :trigger, :triggers end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
eye-0.8.1 | lib/eye/dsl/child_process_opts.rb |
eye-0.8.celluloid15 | lib/eye/dsl/child_process_opts.rb |
eye-0.8 | lib/eye/dsl/child_process_opts.rb |
eye-0.8.rc | lib/eye/dsl/child_process_opts.rb |