Package org.apache.curator.x.async.api
Interface AsyncWatchBuilder
-
- All Superinterfaces:
AsyncPathable<AsyncStage<java.lang.Void>>,org.apache.curator.framework.api.WatchableBase<AsyncPathable<AsyncStage<java.lang.Void>>>
public interface AsyncWatchBuilder extends org.apache.curator.framework.api.WatchableBase<AsyncPathable<AsyncStage<java.lang.Void>>>, AsyncPathable<AsyncStage<java.lang.Void>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncWatchBuilder2withMode(org.apache.zookeeper.AddWatchMode mode)The mode to use.-
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
-
-
-
Method Detail
-
withMode
AsyncWatchBuilder2 withMode(org.apache.zookeeper.AddWatchMode mode)
The mode to use. By default,AddWatchMode.PERSISTENT_RECURSIVEis used- Parameters:
mode- mode- Returns:
- this
-
-