Liking cljdoc? Tell your friends :D
Clojure only.

curator.node-cache


node-cacheclj

(node-cache curator-framework path listener-fn)

A Node Cache is used to watch a ZNode. Whenever the data is modified or the ZNode is deleted, the Node Cache will change its state to contain the current data (or null if ZNode was deleted). client - the client path - path to watch listener-fn - a function that accepts no arguments

A Node Cache is used to watch a ZNode. Whenever the data is modified or the ZNode is deleted, the Node Cache will
change its state to contain the current data (or null if ZNode was deleted).
client - the client
path - path to watch
listener-fn - a function that accepts no arguments
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close