Interface RemoveWatchesBuilder

All Known Subinterfaces:
WatchesBuilder
All Known Implementing Classes:
RemoveWatchesBuilderImpl, WatchesBuilderImpl

public interface RemoveWatchesBuilder
Builder to allow watches to be removed
  • Method Details

    • remove

      RemoveWatchesType remove(org.apache.zookeeper.Watcher watcher)
      Specify the watcher to be removed
      Parameters:
      watcher -
      Returns:
    • remove

      Specify the watcher to be removed
      Parameters:
      watcher -
      Returns:
    • removeAll

      RemoveWatchesType removeAll()
      Specify that all watches should be removed
      Returns: