Interface WatchableBase<T>

    • Method Detail

      • usingWatcher

        T usingWatcher​(org.apache.zookeeper.Watcher watcher)
        Set a watcher for the operation
        Parameters:
        watcher - the watcher
        Returns:
        this
      • usingWatcher

        T usingWatcher​(CuratorWatcher watcher)
        Set a watcher for the operation
        Parameters:
        watcher - the watcher
        Returns:
        this