Interface RemoveWatchesBuilder

  • All Known Implementing Classes:
    RemoveWatchesBuilderImpl

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

      • remove

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

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