Class: EasyConf::Lookup::Zookeeper

Inherits:
AbstractLookup show all
Defined in:
lib/easy_conf/lookup/zookeeper.rb

Class Method Summary collapse

Class Method Details

.read(key) ⇒ Object



35
36
37
38
# File 'lib/easy_conf/lookup/zookeeper.rb', line 35

def read(key)
  value = read_zookeeper(key)
  value && commit(value)
end