Interface AsyncWatchBuilder

All Superinterfaces:
AsyncPathable<AsyncStage<Void>>, WatchableBase<AsyncPathable<AsyncStage<Void>>>

public interface AsyncWatchBuilder extends WatchableBase<AsyncPathable<AsyncStage<Void>>>, AsyncPathable<AsyncStage<Void>>
  • Method Details

    • withMode

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