Interface ZooKeeperCacheListener<T>

    • Method Detail

      • onUpdate

        void onUpdate​(java.lang.String path,
                      T data,
                      org.apache.zookeeper.data.Stat stat)