Method: Corosync::Quorum#on_notify
- Defined in:
- lib/corosync/quorum.rb
#on_notify(&block) {|quorate, members| ... } ⇒ void
This method returns an undefined value.
Proc to call when quorum state changes.
118 119 120 |
# File 'lib/corosync/quorum.rb', line 118 def on_notify(&block) @callback_notify = block end |