Class: ZooKeeper::Watcher

Inherits:
Object
  • Object
show all
Defined in:
lib/zkruby/client.rb

Instance Method Summary collapse

Instance Method Details

#process_watch(state, path, event) ⇒ Object

Parameters:

  • state (KeeperState)

    representing the session state (:connected, :disconnected, :auth_failed, :session_expired)

  • path (String)

    the effected path

  • event (WatchEvent)

    the event that triggered the watch



184
185
# File 'lib/zkruby/client.rb', line 184

def process_watch(state,path,event)
end