Package org.apache.curator.framework.api
Interface WatchesBuilder
-
- All Superinterfaces:
RemoveWatchesBuilder
- All Known Implementing Classes:
WatchesBuilderImpl
public interface WatchesBuilder extends RemoveWatchesBuilder
Builder to allow watches to be removed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddWatchBuilderadd()Start an add watch operation-
Methods inherited from interface org.apache.curator.framework.api.RemoveWatchesBuilder
remove, remove, removeAll
-
-
-
-
Method Detail
-
add
AddWatchBuilder add()
Start an add watch operation- Returns:
- builder
-
-