public interface WatchableBase<T>
| Modifier and Type | Method and Description |
|---|---|
T |
usingWatcher(CuratorWatcher watcher)
Set a watcher for the operation
|
T |
usingWatcher(org.apache.zookeeper.Watcher watcher)
Set a watcher for the operation
|
T usingWatcher(org.apache.zookeeper.Watcher watcher)
watcher - the watcherT usingWatcher(CuratorWatcher watcher)
watcher - the watcherCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.