Interface AddWatchBuilder

All Superinterfaces:
AddWatchBuilder2, Backgroundable<WatchableBase<Pathable<Void>>>, Pathable<Void>, WatchableBase<Pathable<Void>>
All Known Implementing Classes:
AddWatchBuilderImpl

public interface AddWatchBuilder extends AddWatchBuilder2
  • Method Details

    • withMode

      AddWatchBuilder2 withMode(org.apache.zookeeper.AddWatchMode mode)
      The mode to use. By default, AddWatchMode.PERSISTENT_RECURSIVE is used
      Parameters:
      mode - mode to use
      Returns:
      this