Liking cljdoc? Tell your friends :D
Clojure only.

curator.path-cache


path-cacheclj

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

A Path Cache is used to watch a ZNode. Whenever a child is added, updated or removed, the Path Cache will change its state to contain the current set of children, the children's data and the children's state. client - the client path - path to watch listener-fn - a function that accepts 2 arguments, the curator framework and the PathChildrenCacheEvent that occured

A Path Cache is used to watch a ZNode. Whenever a child is added, updated or removed, the Path Cache will change
its state to contain the current set of children, the children's data and the children's state.
client - the client
path - path to watch
listener-fn - a function that accepts 2 arguments, the curator framework and the PathChildrenCacheEvent that occured
raw docstring

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

× close